~armagetronad-web/armagetronad/mainsite

« back to all changes in this revision

Viewing changes to themes/default/templates/blogindex.html

  • Committer: Dave Fancella
  • Date: 2018-06-07 22:47:06 UTC
  • Revision ID: davefancella@gmail.com-20180607224706-zozrc3jcv6sg2kht
Initial commit

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!-- this template is used for the archive index page -->
 
2
<h1>Blog</h1>
 
3
<h2>Newest articles</h2>
 
4
 
 
5
<div id="archiveList">
 
6
<p class="breadCrumb"><a href="/">Home</a> -&gt; <a href="/blog/">Blog</a>
 
7
$maincontent
 
8
</div>