1
Fork 0

fix: Remove unused pubdate

This commit is contained in:
Ed Page 2017-12-19 14:30:46 -07:00
parent 3e5d8f5991
commit 9324bd00fe

View file

@ -10,7 +10,6 @@
<main>
<article>
<h1>{{ title }}</h1>
<time pubdate="pubdate">{{ date | date: "%b %d, %Y" }}</time><br />
{{ content }}
</article>