changes
This commit is contained in:
parent
dddf6082c7
commit
3ca1685ec6
22 changed files with 108 additions and 77 deletions
|
|
@ -37,7 +37,8 @@ $endif$
|
|||
<body>
|
||||
<canvas id="tv-screen"></canvas>
|
||||
<header id="page-header">
|
||||
<ul><li><a href="index.html">Home</a></li></ul>
|
||||
<a href="index.html">Home</a>
|
||||
<a href="rss.xml">RSS Feed</a>
|
||||
</header>
|
||||
$for(include-before)$
|
||||
$include-before$
|
||||
|
|
@ -27,13 +27,14 @@ $endif$
|
|||
$if(webmaster)$
|
||||
<webMaster>$webmaster$</webMaster>
|
||||
$endif$
|
||||
<atom:link href="https://www.rssboard.org/files/sample-rss-2.xml" rel="self" type="application/rss+xml"/>
|
||||
$for(articles)$
|
||||
<item>
|
||||
$if(articles.title)$
|
||||
<title>$articles.title$</title>
|
||||
$endif$
|
||||
<author>$if(articles.email)$$articles.email$$endif$$if(articles.author)$ ($articles.author$)$endif$</author>
|
||||
$if(articles.email)$
|
||||
<author>$articles.email$$if(articles.author)$ ($articles.author$)$endif$</author>
|
||||
$endif$
|
||||
$if(articles.filename)$
|
||||
<link>$link$/$articles.filename$.html</link>
|
||||
$endif$
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue