Commit e17cb8c 1 parent e1d0235 commit e17cb8c Copy full SHA for e17cb8c
File tree 22 files changed +26
-26
lines changed
bootstrap3-jinja/templates
22 files changed +26
-26
lines changed Original file line number Diff line number Diff line change 1
1
{# -*- coding: utf-8 -*- #}
2
2
{% extends 'index.tmpl' %}
3
3
{% import 'archive_navigation_helper.tmpl' as archive_nav with context %}
4
- {% import 'feeds_translations_helper.tmpl.tmpl ' as feeds_translations with context %}
4
+ {% import 'feeds_translations_helper.tmpl' as feeds_translations with context %}
5
5
6
6
{% block extra_head %}
7
7
{{ super() }}
Original file line number Diff line number Diff line change 1
1
{# -*- coding: utf-8 -*- #}
2
2
{% extends 'list_post.tmpl' %}
3
- {% import 'feeds_translations_helper.tmpl.tmpl ' as feeds_translations with context %}
3
+ {% import 'feeds_translations_helper.tmpl' as feeds_translations with context %}
4
4
5
5
{% block extra_head %}
6
6
{{ super() }}
Original file line number Diff line number Diff line change 1
1
{# -*- coding: utf-8 -*- #}
2
2
{% extends 'index.tmpl' %}
3
- {% import 'feeds_translations_helper.tmpl.tmpl ' as feeds_translations with context %}
3
+ {% import 'feeds_translations_helper.tmpl' as feeds_translations with context %}
4
4
5
5
{% block extra_head %}
6
6
{{ super() }}
Original file line number Diff line number Diff line change 1
1
{# -*- coding: utf-8 -*- #}
2
- {% import 'feeds_translations_helper.tmpl.tmpl ' as feeds_translations with context %}
2
+ {% import 'feeds_translations_helper.tmpl' as feeds_translations with context %}
3
3
4
4
{% macro html_headstart() %}
5
5
<!DOCTYPE html>
Original file line number Diff line number Diff line change 3
3
{% import 'math_helper.tmpl' as math with context %}
4
4
{% import 'comments_helper.tmpl' as comments with context %}
5
5
{% import 'pagination_helper.tmpl' as pagination with context %}
6
- {% import 'feeds_translations_helper.tmpl.tmpl ' as feeds_translations with context %}
6
+ {% import 'feeds_translations_helper.tmpl' as feeds_translations with context %}
7
7
{% extends 'base.tmpl' %}
8
8
9
9
{% block extra_head %}
Original file line number Diff line number Diff line change 1
1
{# -*- coding: utf-8 -*- #}
2
2
{% extends 'base.tmpl' %}
3
3
{% import 'archive_navigation_helper.tmpl' as archive_nav with context %}
4
- {% import 'feeds_translations_helper.tmpl.tmpl ' as feeds_translations with context %}
4
+ {% import 'feeds_translations_helper.tmpl' as feeds_translations with context %}
5
5
6
6
{% block content %}
7
7
<article class="listpage">
Original file line number Diff line number Diff line change 1
1
{# -*- coding: utf-8 -*- #}
2
2
{% extends 'base.tmpl' %}
3
3
{% import 'archive_navigation_helper.tmpl' as archive_nav with context %}
4
- {% import 'feeds_translations_helper.tmpl.tmpl ' as feeds_translations with context %}
4
+ {% import 'feeds_translations_helper.tmpl' as feeds_translations with context %}
5
5
6
6
{% block content %}
7
7
<article class="listpage">
Original file line number Diff line number Diff line change 1
1
{# -*- coding: utf-8 -*- #}
2
2
{% extends 'index.tmpl' %}
3
- {% import 'feeds_translations_helper.tmpl.tmpl ' as feeds_translations with context %}
3
+ {% import 'feeds_translations_helper.tmpl' as feeds_translations with context %}
4
4
5
5
{% block extra_head %}
6
6
{{ super() }}
Original file line number Diff line number Diff line change 1
1
{# -*- coding: utf-8 -*- #}
2
2
{% extends 'list_post.tmpl' %}
3
- {% import 'feeds_translations_helper.tmpl.tmpl ' as feeds_translations with context %}
3
+ {% import 'feeds_translations_helper.tmpl' as feeds_translations with context %}
4
4
5
5
{% block extra_head %}
6
6
{{ super() }}
Original file line number Diff line number Diff line change 1
1
{# -*- coding: utf-8 -*- #}
2
2
{% extends 'index.tmpl' %}
3
- {% import 'feeds_translations_helper.tmpl.tmpl ' as feeds_translations with context %}
3
+ {% import 'feeds_translations_helper.tmpl' as feeds_translations with context %}
4
4
5
5
{% block content_header %}
6
6
{{ parent.content_header() }}
Original file line number Diff line number Diff line change 1
1
## -*- coding: utf-8 -*-
2
2
<%inherit file="index.tmpl"/>
3
3
<%namespace name="archive_nav" file="archive_navigation_helper.tmpl" import="*"/>
4
- <%namespace name="feeds_translations" file="feeds_translations_helper.tmpl.tmpl " import="*"/>
4
+ <%namespace name="feeds_translations" file="feeds_translations_helper.tmpl" import="*"/>
5
5
6
6
<%block name="extra_head">
7
7
${parent.extra_head()}
Original file line number Diff line number Diff line change 1
1
## -*- coding: utf-8 -*-
2
2
<%inherit file="list_post.tmpl"/>
3
- <%namespace name="feeds_translations" file="feeds_translations_helper.tmpl.tmpl " import="*"/>
3
+ <%namespace name="feeds_translations" file="feeds_translations_helper.tmpl" import="*"/>
4
4
5
5
<%block name="extra_head">
6
6
${parent.extra_head()}
Original file line number Diff line number Diff line change 1
1
## -*- coding: utf-8 -*-
2
2
<%inherit file="index.tmpl"/>
3
- <%namespace name="feeds_translations" file="feeds_translations_helper.tmpl.tmpl " import="*"/>
3
+ <%namespace name="feeds_translations" file="feeds_translations_helper.tmpl" import="*"/>
4
4
5
5
<%block name="extra_head">
6
6
${parent.extra_head()}
Original file line number Diff line number Diff line change 1
1
## -*- coding: utf-8 -*-
2
- <%namespace name="feeds_translations" file="feeds_translations_helper.tmpl.tmpl " import="*"/>
2
+ <%namespace name="feeds_translations" file="feeds_translations_helper.tmpl" import="*"/>
3
3
4
4
<%def name="html_headstart()">
5
5
<!DOCTYPE html>
Original file line number Diff line number Diff line change 3
3
<%namespace name="math" file="math_helper.tmpl"/>
4
4
<%namespace name="comments" file="comments_helper.tmpl"/>
5
5
<%namespace name="pagination" file="pagination_helper.tmpl"/>
6
- <%namespace name="feeds_translations" file="feeds_translations_helper.tmpl.tmpl " import="*"/>
6
+ <%namespace name="feeds_translations" file="feeds_translations_helper.tmpl" import="*"/>
7
7
<%inherit file="base.tmpl"/>
8
8
9
9
<%block name="extra_head">
Original file line number Diff line number Diff line change 1
1
## -*- coding: utf-8 -*-
2
2
<%inherit file="base.tmpl"/>
3
3
<%namespace name="archive_nav" file="archive_navigation_helper.tmpl" import="*"/>
4
- <%namespace name="feeds_translations" file="feeds_translations_helper.tmpl.tmpl " import="*"/>
4
+ <%namespace name="feeds_translations" file="feeds_translations_helper.tmpl" import="*"/>
5
5
6
6
<%block name="content">
7
7
<article class="listpage">
Original file line number Diff line number Diff line change 1
1
## -*- coding: utf-8 -*-
2
2
<%inherit file="base.tmpl"/>
3
3
<%namespace name="archive_nav" file="archive_navigation_helper.tmpl" import="*"/>
4
- <%namespace name="feeds_translations" file="feeds_translations_helper.tmpl.tmpl " import="*"/>
4
+ <%namespace name="feeds_translations" file="feeds_translations_helper.tmpl" import="*"/>
5
5
6
6
<%block name="content">
7
7
<article class="listpage">
Original file line number Diff line number Diff line change 1
1
## -*- coding: utf-8 -*-
2
2
<%inherit file="index.tmpl"/>
3
- <%namespace name="feeds_translations" file="feeds_translations_helper.tmpl.tmpl " import="*"/>
3
+ <%namespace name="feeds_translations" file="feeds_translations_helper.tmpl" import="*"/>
4
4
5
5
<%block name="extra_head">
6
6
${parent.extra_head()}
Original file line number Diff line number Diff line change 1
1
## -*- coding: utf-8 -*-
2
2
<%inherit file="list_post.tmpl"/>
3
- <%namespace name="feeds_translations" file="feeds_translations_helper.tmpl.tmpl " import="*"/>
3
+ <%namespace name="feeds_translations" file="feeds_translations_helper.tmpl" import="*"/>
4
4
5
5
<%block name="extra_head">
6
6
${parent.extra_head()}
Original file line number Diff line number Diff line change 1
1
## -*- coding: utf-8 -*-
2
2
<%inherit file="index.tmpl"/>
3
- <%namespace name="feeds_translations" file="feeds_translations_helper.tmpl.tmpl " import="*"/>
3
+ <%namespace name="feeds_translations" file="feeds_translations_helper.tmpl" import="*"/>
4
4
5
5
<%block name="content_header">
6
6
${parent.content_header()}
Original file line number Diff line number Diff line change 1
1
{# -*- coding: utf-8 -*- #}
2
2
3
3
{% import 'annotation_helper.tmpl' as notes with context %}
4
- {% import 'translation_link_helper .tmpl' as translation_links with context %}
4
+ {% import 'feeds_translations_helper .tmpl' as feeds_translations with context %}
5
5
{% macro html_headstart() %}
6
6
<!DOCTYPE html>
7
7
<html
@@ -45,7 +45,7 @@ lang="{{ lang }}">
45
45
{% if meta_generator_tag %}
46
46
<meta name="generator" content="Nikola (getnikola.com)">
47
47
{% endif %}
48
- {{ translation_links .head() }}
48
+ {{ feeds_translations .head() }}
49
49
<link rel="canonical" href="{{ abs_link(permalink) }}">
50
50
51
51
{% if favicons %}
@@ -161,7 +161,7 @@ lang="{{ lang }}">
161
161
{% endmacro %}
162
162
163
163
{% macro html_feedlinks() %}
164
- {{ translation_links .head() }}
164
+ {{ feeds_translations .head() }}
165
165
{% endmacro %}
166
166
167
167
{% macro html_translations() %}
Original file line number Diff line number Diff line change 1
1
## -*- coding: utf-8 -*-
2
2
3
3
<%namespace name="notes" file="annotation_helper.tmpl" import="*" />
4
- <%namespace name="translation_links " file="translation_link_helper .tmpl" import="*" />
4
+ <%namespace name="feeds_translations " file="feeds_translations_helper .tmpl" import="*"/>
5
5
<%def name="html_headstart()">
6
6
<!DOCTYPE html>
7
7
<html
@@ -45,7 +45,7 @@ lang="${lang}">
45
45
% if meta_generator_tag:
46
46
<meta name="generator" content="Nikola (getnikola.com)">
47
47
% endif
48
- ${translation_links .head()}
48
+ ${feeds_translations .head()}
49
49
<link rel="canonical" href="${abs_link(permalink)}">
50
50
51
51
%if favicons:
@@ -161,7 +161,7 @@ lang="${lang}">
161
161
</%def>
162
162
163
163
<%def name="html_feedlinks()">
164
- ${translation_links .head()}
164
+ ${feeds_translations .head()}
165
165
</%def>
166
166
167
167
<%def name="html_translations()">
You can’t perform that action at this time.
0 commit comments