Collin J. Doering
0b82fc7874
This is due to a change from skeleton 1.2 -> 2.04 that was missed in
commit 06114cf
(last commit).
Signed-off-by: Collin J. Doering <collin.doering@rekahsoft.ca>
26 lines
609 B
HTML
26 lines
609 B
HTML
<div class='container' id='post-page'>
|
|
<article class='post'>
|
|
<header>
|
|
<h1 class='title'>$title$</h1>
|
|
<p class='info'>
|
|
Posted on
|
|
<span class='date'>$date$</span>
|
|
$if(author)$ by
|
|
<span class='author'>$author$</span>
|
|
$endif$
|
|
</p>
|
|
</header>
|
|
$body$
|
|
<footer>
|
|
<div class='row'>
|
|
<div class='six columns alpha'>
|
|
<a class='read-more' href='$url$'>See Comments</a>
|
|
</div>
|
|
<div class='six columns omega'>
|
|
<p class='tags'>$tags$</p>
|
|
</div>
|
|
</div>
|
|
</footer>
|
|
</article>
|
|
</div>
|