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
+3 -3
View File
@@ -1,9 +1,9 @@
{{ define "main" }}
<main id="etc">
<section class="page" id="etc">
<h1><a class="no-underline" href="{{ .Permalink }}">{{ .Title | markdownify }}</a></h1>
<div id="content">
{{ .Content }}
{{ .Content }}
</div>
</main>
</section>
{{ end }}