1
0
Fork 0
forked from github/pelican
pelican-theme/pelican/themes/simple/templates
Lukas Prokop 2170ca4cd5 Use <time> instead of <abbr>.
The pubdate given is in no way an abbreviation. Hence the semantics of
<abbr> do not justify its usage in this context.

<time> was introduced in HTML5. It's datetime attribute can override the
textContent. Anyway it specifies a date+time of a given event.

http://www.w3.org/TR/html5/text-level-semantics.html#the-time-element

Originally the pubdate attribute was meant to annotate that the
publication date of the closest section unit is specified, but this was
dropped and is not part of the official specification.

https://www.w3.org/wiki/HTML/Elements/time
2015-11-05 22:28:46 +01:00
..
archives.html prefix urls with '{{ SITEURL }}/' so that urls won't break when #330 is merged 2012-05-07 23:07:44 +02:00
article.html Use <time> instead of <abbr>. 2015-11-05 22:28:46 +01:00
author.html Added the author.html template to the simple theme. 2011-07-19 12:18:14 +02:00
authors.html add <ul> to make valid html 2014-09-05 22:34:29 -04:00
base.html remove PAGES; use pages instead 2015-06-27 19:11:55 +02:00
categories.html Create a Category class which has a url property 2012-03-06 16:39:07 +00:00
category.html Put the notmyidea theme by default. 2010-10-30 16:47:59 +01:00
gosquared.html Load external resources via HTTPS when available 2015-06-02 08:35:12 -07:00
index.html Use <time> instead of <abbr>. 2015-11-05 22:28:46 +01:00
page.html The modified attribute no longer has a default value. 2013-11-17 23:40:11 +01:00
pagination.html PAGINATION_URL/PAGINATION_SAVE_AS implementation 2013-07-29 08:09:44 -04:00
period_archives.html Add period to period_archives context. Refs #1044. 2014-02-03 20:26:38 -05:00
tag.html Put the notmyidea theme by default. 2010-10-30 16:47:59 +01:00
tags.html Support TAGS_* and AUTHORS_* by default. 2013-08-05 19:16:00 +02:00
translations.html List of translations for simple and notmyidea pages 2012-11-21 15:45:50 +02:00