mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-07-21 08:21:17 -04:00
CSS tweaks to prep for blog migration
This commit is contained in:
4
layouts/note/baseof.html
Normal file
4
layouts/note/baseof.html
Normal file
@@ -0,0 +1,4 @@
|
||||
{{ partial "header.html" . }}
|
||||
{{ block "main" . }}{{ end }}
|
||||
bananan
|
||||
{{ partial "footer.html" . }}
|
3
layouts/note/list.html
Normal file
3
layouts/note/list.html
Normal file
@@ -0,0 +1,3 @@
|
||||
{{ define "main" }}
|
||||
{{ .Content }}asdf
|
||||
{{ end }}
|
4
layouts/note/single.html
Normal file
4
layouts/note/single.html
Normal file
@@ -0,0 +1,4 @@
|
||||
{{ define "main" }}
|
||||
<h1>{{ .Title }}</h1>
|
||||
<p>{{ .Content }}</p>
|
||||
{{ end }}
|
Reference in New Issue
Block a user