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

bump both hugo and node-alpine versions for CLI auto firebase deploy

This commit is contained in:
2018-08-04 21:59:24 -04:00
parent 8ad155d376
commit 04c49a8756
7 changed files with 23 additions and 12 deletions

View File

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

3
layouts/notes/list.html Normal file
View File

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