aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/czech.html7
-rw-r--r--templates/german.html7
2 files changed, 12 insertions, 2 deletions
diff --git a/templates/czech.html b/templates/czech.html
index 9052879..9a96002 100644
--- a/templates/czech.html
+++ b/templates/czech.html
@@ -32,7 +32,12 @@
{% endfor %}
<footer class="acknowledgment">
<p>Děkuji za poskytnuté texty <a href="http://hesla.dulos.cz/" target="_blank">Petru
- Heřmanovi</a>.</p></footer>
+ Heřmanovi</a>.</p>
+ <ul class="navigation">
+ <li id="czech_nav">Česky</li>
+ <li id="german_nav">Deutsch</li>
+ </ul>
+ </footer>
</body>
</html>
<!-- vi:ft=htmljinja
diff --git a/templates/german.html b/templates/german.html
index 421ff00..340d462 100644
--- a/templates/german.html
+++ b/templates/german.html
@@ -29,7 +29,12 @@
Herrnhuter Brüdergemeine</a><br>
Weitere Informationen finden Sie <a
href="http://www.losungen.de"
- target="_blank">hier</a>.</p></footer>
+ target="_blank">hier</a>.</p>
+ <ul class="navigation">
+ <li id="czech_nav">Česky</li>
+ <li id="german_nav">Deutsch</li>
+ </ul>
+ </footer>
</body>
</html>
<!-- vi:ft=htmljinja