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

run initial SCSS refactoring through percy

This commit is contained in:
2020-07-07 08:57:26 -04:00
parent aa3973f570
commit d970c031a5
20 changed files with 112 additions and 53 deletions

View File

@@ -1,5 +1,5 @@
{{ define "main" }}
<main id="list">
<section class="page" id="list">
{{- with .Pages }}
{{- range .GroupByDate "2006" }}
<section class="year">
@@ -17,5 +17,5 @@
</section>
{{- end }}
{{- end }}
</main>
</section>
{{ end }}