Remove the .post-content section around {{ .Content }}
This commit is contained in:
parent
f1d5b2ef58
commit
9def2ae7dd
1 changed files with 1 additions and 3 deletions
|
@ -1,8 +1,6 @@
|
||||||
{{ partial "content_header.html" . }}
|
{{ partial "content_header.html" . }}
|
||||||
|
|
||||||
<section class="post-content">
|
{{ .Content }}
|
||||||
{{ .Content }}
|
|
||||||
</section>
|
|
||||||
|
|
||||||
<footer>
|
<footer>
|
||||||
{{ partial "footer_tags.html" . }}
|
{{ partial "footer_tags.html" . }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue