Moving all the theme files out of the theme directory
This commit is contained in:
parent
23369f4ace
commit
3006bff575
40 changed files with 477 additions and 11 deletions
18
layouts/page/single.html
Normal file
18
layouts/page/single.html
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
{{ define "header" }}{{ partial "page-header.html" . }}{{ end }}
|
||||
{{ define "main" }}
|
||||
<div>
|
||||
<article>
|
||||
<header>
|
||||
<p>
|
||||
{{ humanize .Section | upper }}
|
||||
</p>
|
||||
<h1>
|
||||
{{ .Title }}
|
||||
</h1>
|
||||
</header>
|
||||
<div>
|
||||
{{ .Content }}
|
||||
</div>
|
||||
</article>
|
||||
</div>
|
||||
{{ end }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue