aboutsummaryrefslogtreecommitdiffstats
path: root/sleepmap-theme/templates/translations.html
diff options
context:
space:
mode:
Diffstat (limited to 'sleepmap-theme/templates/translations.html')
-rw-r--r--sleepmap-theme/templates/translations.html6
1 files changed, 0 insertions, 6 deletions
diff --git a/sleepmap-theme/templates/translations.html b/sleepmap-theme/templates/translations.html
deleted file mode 100644
index f0a0fa2..0000000
--- a/sleepmap-theme/templates/translations.html
+++ /dev/null
@@ -1,6 +0,0 @@
-{% if article.translations %}
-Translations:
- {% for translation in article.translations %}
- <a href="{{ SITEURL }}/{{ translation.url }}">{{ translation.lang }}</a>
- {% endfor %}
-{% endif %} \ No newline at end of file