_default/list.html enable "Content" of _index.md
This commit is contained in:
parent
ca31028dfe
commit
11ba1b48bb
|
@ -1,6 +1,11 @@
|
||||||
{{ define "main" -}}
|
{{ define "main" -}}
|
||||||
<ul class="posts">
|
<ul class="posts">
|
||||||
<h1>{{ .Title }}</h1>
|
<h1>{{ .Title }}</h1>
|
||||||
|
{{ with .Content }}
|
||||||
|
<div class="index_content">
|
||||||
|
{{- . -}}
|
||||||
|
</div>
|
||||||
|
{{ end }}
|
||||||
{{ range .Data.Pages -}}
|
{{ range .Data.Pages -}}
|
||||||
<li>
|
<li>
|
||||||
<div class="flex">
|
<div class="flex">
|
||||||
|
|
Loading…
Reference in New Issue