aboutsummaryrefslogtreecommitdiff
path: root/news.html.j2
diff options
context:
space:
mode:
Diffstat (limited to 'news.html.j2')
-rw-r--r--news.html.j26
1 files changed, 3 insertions, 3 deletions
diff --git a/news.html.j2 b/news.html.j2
index e5283823..f3ea6b23 100644
--- a/news.html.j2
+++ b/news.html.j2
@@ -2,11 +2,11 @@
2 <meta charset="utf-8"> 2 <meta charset="utf-8">
3 <title>{{ _("GNU Taler") }} - {{ _("News") }}</title> 3 <title>{{ _("GNU Taler") }} - {{ _("News") }}</title>
4 <meta name="description" content=""> 4 <meta name="description" content="">
5 <!--# include file="common/header.inc" --> 5 <!--# include file="common/header.{{ _("en") }}.inc" -->
6 </head> 6 </head>
7 <body class="en" onload="loadLang();"> 7 <body class="en" onload="loadLang();">
8 <div class="container"> 8 <div class="container">
9 <!--# include file="common/navigation.inc" --> 9 <!--# include file="common/navigation.{{ _("en") }}.inc" -->
10 <!-- Jumbotron --> 10 <!-- Jumbotron -->
11 <div class="jumbotron"> 11 <div class="jumbotron">
12 <h1>{{ _("News") }}</h1> 12 <h1>{{ _("News") }}</h1>
@@ -112,7 +112,7 @@
112 </div> 112 </div>
113 </div> 113 </div>
114 114
115 <!--# include file="common/footer.inc" --> 115 <!--# include file="common/footer.{{ _("en") }}.inc" -->
116 </div> <!-- /container --> 116 </div> <!-- /container -->
117 </body> 117 </body>
118</html> 118</html>