post section and taxonomy
This commit is contained in:
17
layouts/post/single.html
Normal file
17
layouts/post/single.html
Normal file
@@ -0,0 +1,17 @@
|
||||
{{ define "main" }}
|
||||
<div class="header">
|
||||
<h1>{{ .Title }}</h1>
|
||||
<h2>{{ .Description }}</h2>
|
||||
</div>
|
||||
<div class="content">
|
||||
|
||||
{{ partial "post-meta.html" . }}
|
||||
|
||||
{{ .Content }}
|
||||
|
||||
{{ partial "prev-next-post.html" . }}
|
||||
|
||||
{{ partial "disqus.html" . }}
|
||||
|
||||
</div>
|
||||
{{ end }}
|
||||
Reference in New Issue
Block a user