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/list.html | |
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/list.html')
-rw-r--r-- | templates/list.html | 6 |
1 files changed, 1 insertions, 5 deletions
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> |