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

github.com/siegerts/hugo-theme-basic.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--layouts/_default/list.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/_default/list.html b/layouts/_default/list.html
index 1f48c85..5c1cd09 100644
--- a/layouts/_default/list.html
+++ b/layouts/_default/list.html
@@ -13,10 +13,10 @@
<div>
<!-- <h1 id="title">{{ .Title }}</h1> -->
<ul id="list" class="pl0"></ul>
- {{ range.Data.Pages }}
+ {{ range .Data.Pages }}
<li class="list pl0 lh-copy">
<a
- class="f3 b dib pa1 black no-underline"
+ class="f3 b dib black no-underline"
href="{{ .Permalink}}"
>{{ .Title }}</a
>