body section => main
This commit is contained in:
parent
0c03b64138
commit
847c223126
|
@ -1,8 +1,8 @@
|
|||
{{ define "main" }}
|
||||
{{ with .Content }}
|
||||
<section>
|
||||
<main>
|
||||
{{ . }}
|
||||
</section>
|
||||
</main>
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
|
||||
|
|
|
@ -1,8 +1,9 @@
|
|||
{{ define "main" }}
|
||||
<section>
|
||||
<h2>{{ .Title }}</h2>
|
||||
<main>
|
||||
{{ with .Content }}
|
||||
{{ . }}
|
||||
<section>
|
||||
{{ . }}
|
||||
</section>
|
||||
{{ end }}
|
||||
<ul>
|
||||
{{ range .Pages }}
|
||||
|
@ -11,5 +12,5 @@
|
|||
</li>
|
||||
{{ end }}
|
||||
</ul>
|
||||
</section>
|
||||
</main>
|
||||
{{ end }}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{{ define "main" }}
|
||||
<section>
|
||||
<main>
|
||||
<h1 class="post-title">
|
||||
{{ .Title | markdownify }}
|
||||
</h1>
|
||||
|
@ -10,5 +10,5 @@
|
|||
</div>
|
||||
{{- end -}}
|
||||
</div>
|
||||
</section>
|
||||
</main>
|
||||
{{ end }}
|
||||
|
|
Loading…
Reference in New Issue