WIP Redesign
This commit is contained in:
@@ -1,8 +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>
|
||||
<section class="diary-section">
|
||||
<hgroup>
|
||||
<h2><a href="{{.URL}}">{{.Name}}</a></h2>
|
||||
{{if .PhotoCount}}<p>{{.PhotoCount}} photos</p>{{end}}
|
||||
</hgroup>
|
||||
</section>
|
||||
{{end}}
|
||||
|
||||
Reference in New Issue
Block a user