diff options
author | Oscar Najera <hi@oscarnajera.com> | 2023-10-16 00:11:31 +0200 |
---|---|---|
committer | Oscar Najera <hi@oscarnajera.com> | 2023-10-16 00:15:29 +0200 |
commit | 30b5defb5896f54f986af0efacce5e17d6e29597 (patch) | |
tree | 243d56b5b7bc611216b0e2a8fb3eb8876a5f528e /layouts/_default/about.html | |
parent | c23c5f93cde9f98534f2d89e46739a3d35b6239a (diff) | |
download | hugo-minimalist-theme-30b5defb5896f54f986af0efacce5e17d6e29597.tar.gz hugo-minimalist-theme-30b5defb5896f54f986af0efacce5e17d6e29597.tar.bz2 hugo-minimalist-theme-30b5defb5896f54f986af0efacce5e17d6e29597.zip |
Anchors on headings
Diffstat (limited to 'layouts/_default/about.html')
-rw-r--r-- | layouts/_default/about.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/layouts/_default/about.html b/layouts/_default/about.html index 4a3a656..99eb93a 100644 --- a/layouts/_default/about.html +++ b/layouts/_default/about.html @@ -21,7 +21,10 @@ {{ range .Paginator.Pages }} <div class="stripe-dark"> <div class="mw7 center pv2 lh-copy f4-ns ph1"> - <h2 class="athelas lh-title f2"> + <h2 + id="{{ anchorize .Title | safeURL }}" + class="baskerville lh-title f2" + > {{ .Title }} </h2> {{ with .Content }} |