Testing phugo as theme
This commit is contained in:
8
layouts/_default/section.html
Normal file
8
layouts/_default/section.html
Normal file
@@ -0,0 +1,8 @@
|
||||
{{ define "title" }}
|
||||
{{ .Title }} - {{ .Site.Title }}
|
||||
{{ end }}
|
||||
{{ define "main" }}
|
||||
<div id="main">
|
||||
{{ .Content }}
|
||||
</div>
|
||||
{{ end }}
|
||||
Reference in New Issue
Block a user