aboutsummaryrefslogtreecommitdiffstats
path: root/layouts
diff options
context:
space:
mode:
authorOscar Najera <hi@oscarnajera.com>2024-12-28 01:39:45 +0100
committerOscar Najera <hi@oscarnajera.com>2024-12-28 01:39:45 +0100
commitcd2bdb86e66bdb609eeed6526d9b0235b16fd6bd (patch)
treed9c558c4905550d03bb09d9a542d1cf96f4eda0a /layouts
parent76aea72799589232fc53a503c590a08fb5b37e93 (diff)
downloadhugo-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')
-rw-r--r--layouts/_default/author.html2
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>