Fixed bug on page.html where basof.html was incorrectly used
All checks were successful
Generate and upload hugo website / generate_and_upload_site (push) Successful in 21s
All checks were successful
Generate and upload hugo website / generate_and_upload_site (push) Successful in 21s
This commit is contained in:
parent
264bb304d1
commit
7bd5b519e6
@ -1,7 +1,6 @@
|
|||||||
{{ define "main" }}
|
{{ define "main" }}
|
||||||
<main role="main">
|
<main role="main">
|
||||||
<div class="post">
|
<div class="post">
|
||||||
{{ partial "baseof.html" . }}
|
|
||||||
<article>
|
<article>
|
||||||
{{ .Content }}
|
{{ .Content }}
|
||||||
</article>
|
</article>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user