diff options
author | Alan Pearce | 2024-04-18 11:33:22 +0200 |
---|---|---|
committer | Alan Pearce | 2024-04-18 11:33:22 +0200 |
commit | 1ecd1a5fad10bd3b8b5f88198b8331a40e7814cf (patch) | |
tree | 5479c69466998f05a78b062a5e894da5092b6067 /templates | |
parent | c042ee28cf82225c43baf00346f4103a055dc1e7 (diff) | |
download | website-1ecd1a5fad10bd3b8b5f88198b8331a40e7814cf.tar.lz website-1ecd1a5fad10bd3b8b5f88198b8331a40e7814cf.tar.zst website-1ecd1a5fad10bd3b8b5f88198b8331a40e7814cf.zip |
Remove outdated pubdate attribute from <time>
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 |