Initial commit
This commit is contained in:
commit
70f2d625fa
47 changed files with 1115 additions and 0 deletions
14
layouts/_default/single.html
Normal file
14
layouts/_default/single.html
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{{ define "main" }}
|
||||
<header class="content__header">
|
||||
<h1>{{ .Title | markdownify }}</h1>
|
||||
</header>
|
||||
<div class="content__body">
|
||||
{{ .Content }}
|
||||
</div>
|
||||
<footer class="content__footer"></footer>
|
||||
{{ end }}
|
||||
|
||||
{{define "aside" }}
|
||||
<p>{{ .Params.description }}</p>
|
||||
<p>By {{ .Params.author }}, {{ .Date.Format "2 January 2006" }}</p>
|
||||
{{ end }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue