parent
05a15b70bb
commit
979335fef0
951 changed files with 11214 additions and 15 deletions
14
layouts/_default/single.html
Normal file
14
layouts/_default/single.html
Normal file
|
@ -0,0 +1,14 @@
|
|||
{{ define "header" }}
|
||||
<div class="post-heading">
|
||||
<h1>{{ .Title }}</h1>
|
||||
</div>
|
||||
{{ end }}
|
||||
{{ define "main" }}
|
||||
<div class="row">
|
||||
<div class="ten columns offset-by-one">
|
||||
<article>
|
||||
{{ .Content }}
|
||||
</article>
|
||||
</div>
|
||||
</div>
|
||||
{{ end }}
|
Loading…
Add table
Add a link
Reference in a new issue