code cleaning, added year pager
This commit is contained in:
@@ -25,18 +25,16 @@
|
||||
<meta itemprop="image" content="{thumb_url}">
|
||||
</head>
|
||||
<body>
|
||||
<h1>{prev}<a href="index.html">{heading}</a>{next}</h1>
|
||||
<h1>{prev}<a href="{gallery_url}">{heading}</a>{next}</h1>
|
||||
|
||||
<section class="BreadDetail">
|
||||
<div class="note">
|
||||
{note}
|
||||
</div>
|
||||
{note}
|
||||
|
||||
<div class="images">
|
||||
{images}
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<p id="crumb"><a href="index.html">Back to bread gallery</a></p>
|
||||
<p id="crumb"><a href="{gallery_url}">Back to bread gallery</a></p>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -8,6 +8,10 @@
|
||||
|
||||
<p id="crumb">Like and <a href="feed.xml">subscribe</a></p>
|
||||
|
||||
<ul id="YearPager">
|
||||
{year_pager}
|
||||
</ul>
|
||||
|
||||
<div class="MainGallery">
|
||||
{breads}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user