Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/knadh/hugo-ink.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKailash Nadh <kailash@nadh.in>2020-12-01 09:13:04 +0300
committerGitHub <noreply@github.com>2020-12-01 09:13:04 +0300
commit09e64d110479e76790d71bae85fd18ead90009e7 (patch)
treec8570d696e02b53cf34772fa572252bd6521bd4b
parentec4572d88ecadfd6fc733cab23b067d2008e2b83 (diff)
parent96aa19fd9b98439e444fb45ee1a643b022aa6b4d (diff)
Merge pull request #30 from Zambito1/master
Show content of list page
-rw-r--r--layouts/_default/list.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/layouts/_default/list.html b/layouts/_default/list.html
index db0b938..8b64d35 100644
--- a/layouts/_default/list.html
+++ b/layouts/_default/list.html
@@ -11,6 +11,8 @@
{{ else }}
<h2 class="page-title">{{ .Name }}</h2>
{{ end }}
+
+ {{ .Content }}
<ul class="posts flat">
{{- range .Data.Pages -}}