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

github.com/wangchucheng/hugo-eureka.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormalechiMLC <3054487172@qq.com>2020-05-14 18:38:17 +0300
committermalechiMLC <3054487172@qq.com>2020-05-14 18:38:17 +0300
commit0ebb8b74d8f35ec4f65b87e75f27fa52e442b2b6 (patch)
treed0743275a4ed4fd55162eb9baa06cd2d60305d20 /layouts/_default
parent60d83be945f0eef06276e71f245a72a27d75d5cb (diff)
feat: add new author page
Diffstat (limited to 'layouts/_default')
-rw-r--r--layouts/_default/list.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/layouts/_default/list.html b/layouts/_default/list.html
index 43df083..eadfcb1 100644
--- a/layouts/_default/list.html
+++ b/layouts/_default/list.html
@@ -1,8 +1,8 @@
{{ define "main" }}
{{ range .Pages }}
- <article class="text-gray-700 sm:mx-12 mb-4">
- <h1 class="font-bold font-thin text-3xl text-gray-700"><a href="{{ .Permalink }}">{{ .Title }}</a></h1>
- {{ .Content }}
- </article>
+<article class="text-gray-700 sm:mx-12 mb-4">
+ <h1 class="font-bold font-thin text-3xl text-gray-700"><a href="{{ .Permalink }}">{{ .Title }}</a></h1>
+ {{ .Content }}
+</article>
{{ end }}
{{ end }} \ No newline at end of file