use normal html to acheive radius
This commit is contained in:
parent
a11456a9b0
commit
a2b1aec0e1
@ -6,6 +6,7 @@
|
|||||||
{{ partial "header.html" . }}
|
{{ partial "header.html" . }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
<main>
|
<main>
|
||||||
|
<section>
|
||||||
<div class="article-header">
|
<div class="article-header">
|
||||||
<h3 class="spaced">
|
<h3 class="spaced">
|
||||||
{{ .Page.Title }}
|
{{ .Page.Title }}
|
||||||
@ -16,6 +17,7 @@
|
|||||||
{{ .Content }}
|
{{ .Content }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
</article>
|
</article>
|
||||||
|
</section>
|
||||||
{{ block "footer" . }}
|
{{ block "footer" . }}
|
||||||
{{ partial "footer.html" . }}
|
{{ partial "footer.html" . }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
Loading…
Reference in New Issue
Block a user