update icon and template handling
This commit is contained in:
8
assets/diary/diary-year.html
Normal file
8
assets/diary/diary-year.html
Normal file
@@ -0,0 +1,8 @@
|
||||
{{range .Months}}
|
||||
<div class="diary-section">
|
||||
<h2 class="diary-heading">
|
||||
<a href="{{.URL}}">{{.Name}}</a>
|
||||
{{if .PhotoCount}}<span class="diary-photo-count">({{.PhotoCount}} photos)</span>{{end}}
|
||||
</h2>
|
||||
</div>
|
||||
{{end}}
|
||||
Reference in New Issue
Block a user