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

make actual background gray, main content area white

This commit is contained in:
2019-12-14 22:34:50 -05:00
parent b80bfa2353
commit 80737f7276
11 changed files with 90 additions and 72 deletions

View File

@@ -6,7 +6,9 @@
</head>
<body>
{{ block "header" . }}{{ partial "header" . }}{{ end }}
<div id="wrap">
{{ block "main" . }}{{ end }}
</div>
{{ block "footer" . }}{{ partial "footer" . }}{{ end }}
</body>
</html>