new style
This commit is contained in:
parent
3ca1685ec6
commit
84787d014e
17 changed files with 121 additions and 114 deletions
|
|
@ -37,8 +37,8 @@ $endif$
|
|||
<body>
|
||||
<canvas id="tv-screen"></canvas>
|
||||
<header id="page-header">
|
||||
<a href="index.html">Home</a>
|
||||
<a href="rss.xml">RSS Feed</a>
|
||||
<a class="page-header-button" href="index.html">Home</a>
|
||||
<a class="rss-button" href="rss.xml">RSS Feed</a>
|
||||
</header>
|
||||
$for(include-before)$
|
||||
$include-before$
|
||||
|
|
@ -85,16 +85,18 @@ $for(articles)$
|
|||
$if(articles.title)$
|
||||
<a href="$articles.filename$.html" class="articles-title">$articles.title$</a>
|
||||
$endif$
|
||||
$if(articles.author)$
|
||||
<p class="articles-author"><em>$articles.author$</em></p>
|
||||
$endif$
|
||||
</div>
|
||||
$if(articles.summary)$
|
||||
<p class="articles-summary">$articles.summary$</p>
|
||||
$endif$
|
||||
$if(articles.date)$
|
||||
<p class="articles-date">$articles.date$</p>
|
||||
<div class="articles-footer">
|
||||
$if(articles.author)$
|
||||
<div class="articles-author">$articles.author$</div>
|
||||
$endif$
|
||||
$if(articles.date)$
|
||||
<div class="articles-date">$articles.date$</div>
|
||||
$endif$
|
||||
</div>
|
||||
</li>
|
||||
$endfor$
|
||||
</ul>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue