1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-09-13 05:45:31 -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

@@ -6,11 +6,11 @@
<head>
{{ partial "head/_head" . }}
</head>
<body class="light">
<body class="{{ .Page.Kind }} light">
{{ partialCached "page/header" . }}
<div id="wrap">
<main>
{{ block "main" . }}{{ end }}
</div>
</main>
{{ partial "page/footer" . }}
{{ partial "scripts/_bundle" . -}}
{{ partial "scripts/shortcodes" . -}}