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