First blog post
This commit is contained in:
15
journal/_src/post-template.html
Normal file
15
journal/_src/post-template.html
Normal file
@ -0,0 +1,15 @@
|
||||
<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>
|
Reference in New Issue
Block a user