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

CSS tweaks to prep for blog migration

This commit is contained in:
2019-02-25 11:15:32 -05:00
parent 4b09a81d06
commit c94a11b1d0
8 changed files with 104 additions and 103 deletions

View File

@@ -1,4 +0,0 @@
{{ partial "header.html" . }}
{{ block "main" . }}{{ end }}
bananan
{{ partial "footer.html" . }}

View File

@@ -1,3 +0,0 @@
{{ define "main" }}
{{ .Content }}asdf
{{ end }}

View File

@@ -1,4 +0,0 @@
{{ define "main" }}
<h1>{{ .Title }}</h1>
<p>{{ .Content }}</p>
{{ end }}