aboutsummaryrefslogtreecommitdiffstats
path: root/sleepmap-theme/templates/article_infos.html
diff options
context:
space:
mode:
authorDavid Runge <dave@sleepmap.de>2019-04-21 00:27:46 +0200
committerDavid Runge <dave@sleepmap.de>2019-04-21 00:27:46 +0200
commita19010df7bfab18a7cfb178b89ef982882b887d7 (patch)
tree91b77b51528155701c362cbdc97db7c006074363 /sleepmap-theme/templates/article_infos.html
parente67d9209cc5cee8dbe9eca65f357de8926fa46d8 (diff)
downloadsleepmap-a19010df7bfab18a7cfb178b89ef982882b887d7.tar.gz
sleepmap-a19010df7bfab18a7cfb178b89ef982882b887d7.tar.bz2
sleepmap-a19010df7bfab18a7cfb178b89ef982882b887d7.tar.xz
sleepmap-a19010df7bfab18a7cfb178b89ef982882b887d7.zip
sleepmap-theme: Removing unrequired pelican theme.
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 -->