Skip to content
Snippets Groups Projects
Verified Commit b6be4886 authored by Jake's avatar Jake :speech_balloon:
Browse files

updated page footer

parent 9c70aaec
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@
"date_format": "%d.%m.%Y %H:%M Uhr",
"page": {
"published_prefix": "Erstellt: ",
"published_suffix": "",
"published_suffix": " | ",
"modified_prefix": "Letzte Änderung: ",
"modified_suffix": "",
"authors_prefix": "Author(en): ",
......@@ -26,7 +26,7 @@
"languages_prefix": "Sprachen: ",
"languages_suffix": "",
"category_prefix": "Kategorie: ",
"category_suffix": "",
"category_suffix": " | ",
"tags_prefix": "Tags: ",
"tags_suffix": "",
"slug_prefix": "Slug: ",
......
......@@ -42,9 +42,7 @@
{{ page.date_created.strftime(t[l].date_format) }}
</time>
{{ t[l].page.published_suffix }}
</div>
<div>{{ t[l].page.modified_prefix }}
{{ t[l].page.modified_prefix }}
<time datetime="{{ page.date_modified.isoformat() }}">
{{ page.date_modified.strftime(t[l].date_format) }}
</time>
......@@ -52,12 +50,9 @@
</div>
<div>
{{ t[l].page.category_prefix }}
{#-{{ t[l].page.category_prefix }}
{{ common.render_link_tag(page.category,l) }}
{{ t[l].page.category_suffix }}
</div>
<div>
{{ t[l].page.category_suffix }}-#}
{{ t[l].page.tags_prefix }}
{% for tag in page.tags %}
{{ common.render_link_tag(tag,l) }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment