Mercurial > hg > Blog
comparison themes/tuxlite_tbs/templates/base.html @ 44:31fa19e7fd78
hard-code german for now. This is in sync with the LOCALE setting in the config but is not a good choice with translated articles, obviously
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Tue, 30 Sep 2014 04:26:39 +0200 |
parents | 51d2ddc51e40 |
children | ea8a767f5111 |
comparison
equal
deleted
inserted
replaced
43:320e1b36eb7e | 44:31fa19e7fd78 |
---|---|
1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
2 <html lang="{{ DEFAULT_LANG }}"> | 2 <html lang="de-DE"> |
3 <head> | 3 <head> |
4 <meta charset="utf-8"> | 4 <meta charset="utf-8"> |
5 <title>{% block windowtitle %}{{ SITENAME }}{% endblock %}</title> | 5 <title>{% block windowtitle %}{{ SITENAME }}{% endblock %}</title> |
6 <meta name="description" content=""> | 6 <meta name="description" content=""> |
7 <meta name="author" content="{{ AUTHOR }}"> | 7 <meta name="author" content="{{ AUTHOR }}"> |