Removed unused templates
Signed-off-by: Collin J. Doering <collin.doering@rekahsoft.ca>
This commit is contained in:
parent
c535ebde58
commit
4ed922d553
@ -1,4 +0,0 @@
|
||||
<div class='info'>
|
||||
Posted on $date$ $if(author)$ by $author$ $endif$
|
||||
</div>
|
||||
$body$
|
@ -1,13 +0,0 @@
|
||||
<div id='recent-posts-nojs'>
|
||||
<strong>Recent Posts</strong>
|
||||
<ul>
|
||||
$for(recentPosts)$
|
||||
<li class='recent-post-item-nojs'>
|
||||
<a href='$url$'>
|
||||
<strong>$title$</strong>
|
||||
</a>
|
||||
$if(teaser)$ $teaser$ $else$ $body$ $endif$
|
||||
</li>
|
||||
$endfor$
|
||||
</ul>
|
||||
</div>
|
Loading…
Reference in New Issue
Block a user