Major rework
This commit is contained in:
4
layouts/_default/single.html
Normal file
4
layouts/_default/single.html
Normal file
@@ -0,0 +1,4 @@
|
||||
{{ define "main" }}
|
||||
<h1>{{.Page.Title}}</h1>
|
||||
<div style="max-width: 80%; margin-left: auto; margin-right: auto;">{{ .Content }}</div>
|
||||
{{ end }}
|
||||
Reference in New Issue
Block a user