CS2613/journal/_src/post-template.html

16 lines
408 B
HTML
Raw Normal View History

2022-09-07 09:14:07 -03:00
<article>
<header>
<h1>@|title|</h1>
<p class='date-and-tags'>@|date| :: @|tags|</p>
<p class='authors'>By: @|authors|</p>
</header>
@|content|
<footer>
@twitter-share-button[full-uri]
@google-plus-share-button[full-uri]
@disqus-comments["shortname"]
@older/newer-links[older-uri older-title newer-uri newer-title
#:for-bs 4]
</footer>
</article>