mirror of
https://github.com/Noettore/cocoa-eh-hugo-theme.git
synced 2025-10-15 11:46:41 +02:00
Remove fixed single and correct the default one
This commit is contained in:
@@ -2,8 +2,11 @@
|
|||||||
<section class="main">
|
<section class="main">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="content">
|
<div class="content">
|
||||||
|
{{ partial "page-heading.html" . }}
|
||||||
|
<div class="markdown">
|
||||||
{{ .Content }}
|
{{ .Content }}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
</section>
|
</section>
|
||||||
{{ partial "footer.html" . }}
|
{{ partial "footer.html" . }}
|
||||||
|
@@ -1,12 +0,0 @@
|
|||||||
{{ partial "header.html" . }}
|
|
||||||
<section class="main">
|
|
||||||
<div class="container">
|
|
||||||
<div class="content">
|
|
||||||
{{ partial "page-heading.html" . }}
|
|
||||||
<div class="markdown">
|
|
||||||
{{ .Content }}
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</section>
|
|
||||||
{{ partial "footer.html" . }}
|
|
Reference in New Issue
Block a user