diff options
-rw-r--r-- | .templates/newsitem.tmpl | 16 | ||||
-rw-r--r-- | index.mdwn | 1 |
2 files changed, 9 insertions, 8 deletions
diff --git a/.templates/newsitem.tmpl b/.templates/newsitem.tmpl index 984d33ce..97098ca5 100644 --- a/.templates/newsitem.tmpl +++ b/.templates/newsitem.tmpl @@ -1,6 +1,6 @@ -<div class="inlinepage"> +<div class="newsitem"> -<div class="inlineheader"> +<div class="newsitemheader"> <TMPL_IF NAME="AUTHOR"> <span class="author"> @@ -19,13 +19,13 @@ </TMPL_IF> </span> -</div><!--.inlineheader--> +</div><!--.newsitemheader--> -<div class="inlinecontent"> +<div class="newsitemcontent"> <TMPL_VAR CONTENT> -</div><!--.inlinecontent--> +</div><!--.newsitemcontent--> -<div class="inlinefooter"> +<div class="newsitemfooter"> <span class="pagedate"> Posted <TMPL_VAR CTIME> @@ -65,6 +65,6 @@ License: <TMPL_VAR LICENSE> </div><!--.actions--> </TMPL_IF> -</div><!--.inlinefooter--> +</div><!--.newsitemfooter--> -</div><!--.inlinepage--> +</div><!--.newsitem--> @@ -29,6 +29,7 @@ pages="news/* and !*/discussion" show=3 sort=title reverse=yes +template=newsitem actions=yes]] Read [[older_news_entries|news]]. |