1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-21 02:21:19 -04:00

improved blog header w/ vector logo

This commit is contained in:
2019-04-01 12:43:52 -04:00
parent aed521bffa
commit 287ac496b1
3 changed files with 49 additions and 23 deletions

View File

@@ -1,4 +1,5 @@
{{ define "main" }}
<div id="archive">
{{ range .Data.Pages.GroupByDate "2006" }}
<div class="year">
@@ -14,4 +15,5 @@
</div>
{{ end }}
</div>
{{ end }}