Add layouts/_default/home.html
This commit is contained in:
6
layouts/_default/home.html
Normal file
6
layouts/_default/home.html
Normal file
@@ -0,0 +1,6 @@
|
||||
{{ define "main" }}
|
||||
{{ $page := . }}
|
||||
|
||||
{{ partial "paige/article.html" $page }}
|
||||
{{ partial "paige/pages.html" $page }}
|
||||
{{ end }}
|
Reference in New Issue
Block a user