renames post layout
This commit is contained in:
parent
495ab068fb
commit
e8e4ba4c3b
1 changed files with 3 additions and 3 deletions
|
@ -6,11 +6,11 @@
|
|||
{{.}}
|
||||
</span>
|
||||
{{ end }}
|
||||
{{ partial "post-meta-before.html" . }}
|
||||
{{ partial "post-meta-top.html" . }}
|
||||
</header>
|
||||
<div class="post">
|
||||
{{ .Content }}
|
||||
</div>
|
||||
{{ partial "post-meta-after.html" . }}
|
||||
{{ partial "post-meta-bottom.html" . }}
|
||||
{{ partial "post-related.html" . }}
|
||||
</article>
|
||||
</article>
|
||||
|
|
Loading…
Reference in a new issue