aboutsummaryrefslogtreecommitdiff
path: root/crumbs/templates/translations.html
diff options
context:
space:
mode:
Diffstat (limited to 'crumbs/templates/translations.html')
-rwxr-xr-xcrumbs/templates/translations.html8
1 files changed, 0 insertions, 8 deletions
diff --git a/crumbs/templates/translations.html b/crumbs/templates/translations.html
deleted file mode 100755
index f40a187..0000000
--- a/crumbs/templates/translations.html
+++ /dev/null
@@ -1,8 +0,0 @@
-{% macro translations_for(article) %}
-{% if article.translations %}
-Translations:
-{% for translation in article.translations %}
-<a href="{{ SITEURL }}/{{ translation.url }}">{{ translation.lang }}</a>
-{% endfor %}
-{% endif %}
-{% endmacro %} \ No newline at end of file