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:
authorStephen Siegert <stephen.siegert@sas.com>2019-02-15 16:35:46 +0300
committerStephen Siegert <stephen.siegert@sas.com>2019-02-15 16:35:46 +0300
commit90240c61db684a9ccb2fbb68c5202377f7be5982 (patch)
tree35827b13afa7ddb8120c58c7e4e643326b582518
parentd4cbdc6808346a7974abf17f66f7f2070343959d (diff)
list.html remove pa1 around post title
-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
>