aboutsummaryrefslogtreecommitdiff
path: root/generators/hugo/themes/tdro/layouts
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2019-06-09 00:26:29 -0400
committerThedro Neely <thedroneely@gmail.com>2019-06-09 00:26:29 -0400
commita7c010b3f6635e48bdf7c79dc22ed2056678ecc1 (patch)
treed77bbf3dbc5aeda642a0f8902994fc61955fd0f6 /generators/hugo/themes/tdro/layouts
parent7127e2851f56f3e74baf83065d6c0c930ae8b3e0 (diff)
downloadthedroneely.com-a7c010b3f6635e48bdf7c79dc22ed2056678ecc1.tar.gz
thedroneely.com-a7c010b3f6635e48bdf7c79dc22ed2056678ecc1.tar.bz2
thedroneely.com-a7c010b3f6635e48bdf7c79dc22ed2056678ecc1.zip
generators/hugo/_default/subsection.html: Add underline class to links
Diffstat (limited to 'generators/hugo/themes/tdro/layouts')
-rw-r--r--generators/hugo/themes/tdro/layouts/_default/subsection.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/generators/hugo/themes/tdro/layouts/_default/subsection.html b/generators/hugo/themes/tdro/layouts/_default/subsection.html
index 3db0ca4..6103758 100644
--- a/generators/hugo/themes/tdro/layouts/_default/subsection.html
+++ b/generators/hugo/themes/tdro/layouts/_default/subsection.html
@@ -6,7 +6,7 @@
<article class="content">
<h1 class="title is-3">{{ .Title }}</h1>
{{- partial "page-status.html" . -}}
- {{- .Content | replaceRE "<p>" "<p class=\"\">" | safeHTML }}
+ {{- .Content | replaceRE "<a" "<a class=\"underline\"" | safeHTML }}
</article>
</div>
</div>