First blog post
This commit is contained in:
12
journal/_src/index-template.html
Normal file
12
journal/_src/index-template.html
Normal file
@ -0,0 +1,12 @@
|
||||
<article>
|
||||
<header>
|
||||
<h2><a href='@|uri-path|'>@|title|</a></h2>
|
||||
<p class='date-and-tags'>@|date| :: @|tags|</p>
|
||||
<p class='authors'>By: @|authors|</p>
|
||||
</header>
|
||||
@|content-only|
|
||||
@(when more?
|
||||
@list{<footer>
|
||||
<a href='@|uri-path|'>… more …</a>
|
||||
</footer>})
|
||||
</article>
|
Reference in New Issue
Block a user