code cleaning, added year pager

This commit is contained in:
2020-03-19 00:17:53 +01:00
parent af687cb8df
commit 6bcebd115c
9 changed files with 1012 additions and 707 deletions
+3 -5
View File
@@ -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>
+4
View File
@@ -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>