diff options
Diffstat (limited to 'layouts/index.html')
-rw-r--r-- | layouts/index.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/layouts/index.html b/layouts/index.html index f787152..021da39 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -9,7 +9,10 @@ {{ range $index, $element := (where .Pages "Type" "in" .Site.Params.mainSections).ByWeight }} <div class="stripe-dark"> <div class="mw7 center pv2"> - <h2 class="athelas lh-title f2"> + <h2 + id="{{ anchorize .Title | safeURL }}" + class="baskerville lh-title f2" + > {{ .Title }} </h2> {{ range first 3 .Pages.ByPublishDate.Reverse }} |