First commit
This commit is contained in:
commit
6201e14a9e
18 changed files with 233 additions and 0 deletions
12
layouts/_default/single.html
Normal file
12
layouts/_default/single.html
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{{ partial "header" . }}
|
||||
{{ partial "nav" . }}
|
||||
<div class="container">
|
||||
<h2 class="subtitle is-6">{{ .Date.Format "January 2, 2006" }}</h2>
|
||||
<h1 class="subtitle is-size-4-mobile is-size-3-desktop">{{ .Title }}</h1>
|
||||
<div class="content">
|
||||
{{ .Content }}
|
||||
</div>
|
||||
</div>
|
||||
{{ partial "jsshare" . }}
|
||||
{{ partial "disqus" . }}
|
||||
{{ partial "footer" . }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue