aboutsummaryrefslogtreecommitdiffstats
path: root/sleepmap-theme/templates/article_infos.html
diff options
context:
space:
mode:
Diffstat (limited to 'sleepmap-theme/templates/article_infos.html')
-rw-r--r--sleepmap-theme/templates/article_infos.html15
1 files changed, 0 insertions, 15 deletions
diff --git a/sleepmap-theme/templates/article_infos.html b/sleepmap-theme/templates/article_infos.html
deleted file mode 100644
index 4185232..0000000
--- a/sleepmap-theme/templates/article_infos.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<footer class="post-info">
- <p>Published on </p>
- <abbr class="published" title="{{ article.date.isoformat() }}">
- {{ article.locale_date }}
- </abbr>
-
- {% if article.author %}
- <p> by</p>
- <address class="vcard author">
- <a class="url fn" href="{{ SITEURL }}/{{ article.author.url }}">{{ article.author }}</a>
- </address>
- {% endif %}
- <p>in the category</p> <a href="{{ SITEURL }}/{{ article.category.url }}">{{ article.category }}</a>
- {% include 'translations.html' %}
-</footer><!-- /.post-info -->