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