diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/homepage.html | 6 | ||||
-rw-r--r-- | templates/list.html | 6 | ||||
-rw-r--r-- | templates/post.html | 2 |
3 files changed, 3 insertions, 11 deletions
diff --git a/templates/homepage.html b/templates/homepage.html index 229cc61..63d3fbf 100644 --- a/templates/homepage.html +++ b/templates/homepage.html @@ -30,11 +30,7 @@ <ul class="h-feed"> <li class="h-entry"> <span> - <time - class="dt-published" - datetime="2000-12-31T12:33:02+02:00" - pubdate - > + <time class="dt-published" datetime="2000-12-31T12:33:02+02:00"> 2000-12-31 </time> </span> diff --git a/templates/list.html b/templates/list.html index 77415ba..086e139 100644 --- a/templates/list.html +++ b/templates/list.html @@ -33,11 +33,7 @@ <ul class="h-feed"> <li class="h-entry"> <span> - <time - class="dt-published" - datetime="2000-12-31T12:33:02+02:00" - pubdate - > + <time class="dt-published" datetime="2000-12-31T12:33:02+02:00"> 2000-12-31 </time> </span> diff --git a/templates/post.html b/templates/post.html index 1262ee0..624679f 100644 --- a/templates/post.html +++ b/templates/post.html @@ -27,7 +27,7 @@ <article class="h-entry"> <h1 class="p-name">Post Title</h1> <p> - <time class="dt-published" pubdate>2000-12-31</time> + <time class="dt-published">2000-12-31</time> </p> <div class="e-content"> Enim lobortis scelerisque fermentum dui faucibus in ornare quam |