diff options
author | Oscar Najera <hi@oscarnajera.com> | 2024-12-28 01:39:45 +0100 |
---|---|---|
committer | Oscar Najera <hi@oscarnajera.com> | 2024-12-28 01:39:45 +0100 |
commit | cd2bdb86e66bdb609eeed6526d9b0235b16fd6bd (patch) | |
tree | d9c558c4905550d03bb09d9a542d1cf96f4eda0a /layouts/_default/author.html | |
parent | 76aea72799589232fc53a503c590a08fb5b37e93 (diff) | |
download | hugo-minimalist-theme-cd2bdb86e66bdb609eeed6526d9b0235b16fd6bd.tar.gz hugo-minimalist-theme-cd2bdb86e66bdb609eeed6526d9b0235b16fd6bd.tar.bz2 hugo-minimalist-theme-cd2bdb86e66bdb609eeed6526d9b0235b16fd6bd.zip |
[fix] external links in author page
This css class container takes the action when =a= classes are inside
Diffstat (limited to 'layouts/_default/author.html')
-rw-r--r-- | layouts/_default/author.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/_default/author.html b/layouts/_default/author.html index 1b94afc..a0bb1fa 100644 --- a/layouts/_default/author.html +++ b/layouts/_default/author.html @@ -6,7 +6,7 @@ {{- $rawContentSections := split .RawContent $sectionDelimiter -}} {{ range $rawContentSections }} <div class="stripe-dark"> - <div class="mw7 center pv2 lh-copy f4-ns ph1"> + <div class="mw7 center pv2 lh-copy f4-ns ph1 main-content"> {{ . | markdownify }} </div> </div> |