[blog] Show posts on frontpage
Slight color changes.
This commit is contained in:
@@ -1,12 +1,11 @@
|
||||
<article class="group">
|
||||
<h1>$title$</h1>
|
||||
<div class="postmeta"><div id="date">$date$</div>
|
||||
<h1><a href="$url$">$title$</a></h1>
|
||||
<div class="postmeta">
|
||||
<div id="date">$date$</div>
|
||||
$if(tags)$
|
||||
<div id="tags">Posted in $tags$</div>
|
||||
$endif$
|
||||
</div>
|
||||
|
||||
<section>
|
||||
$body$
|
||||
</section>
|
||||
</div>
|
||||
|
||||
<section>$body$</section>
|
||||
</article>
|
||||
|
Reference in New Issue
Block a user