nextbitlabs / Rapido

Write your blog posts with semantic HTML.
https://nextbitlabs.github.io/Rapido/
MIT License
23 stars 4 forks source link

Add publication date #117

Closed riccardoscalco closed 5 years ago

riccardoscalco commented 5 years ago

https://developer.mozilla.org/en-US/docs/Web/HTML/Element/article#Usage_notes

riccardoscalco commented 5 years ago

It is already possible to add a publication date in the article footer with:

<footer>
  <section>
    <h1>Published on</h1>
    <p><time datetime="2018-07-07">July 7, 2018</time>.</p>
  </section>
  ...
</footer>