aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOscar Najera <hi@oscarnajera.com>2023-10-21 18:00:43 +0200
committerOscar Najera <hi@oscarnajera.com>2023-10-21 18:00:43 +0200
commit0090c439d77726308b92ab77c650d03abb779053 (patch)
tree9928a8a7894b440cc199bc0c7df956a77339dc18
parentfd2b81e4c3cb7f65ecde85f9436f8eb05ddb9d0a (diff)
downloadhugo-minimalist-theme-0090c439d77726308b92ab77c650d03abb779053.tar.gz
hugo-minimalist-theme-0090c439d77726308b92ab77c650d03abb779053.tar.bz2
hugo-minimalist-theme-0090c439d77726308b92ab77c650d03abb779053.zip
markdown about subtitle
-rw-r--r--layouts/_default/about.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/_default/about.html b/layouts/_default/about.html
index 0b7caed..3aaa361 100644
--- a/layouts/_default/about.html
+++ b/layouts/_default/about.html
@@ -21,7 +21,7 @@
{{ with .Params.Subtitle }}
<h2 class="f3 fw3 mv1">
- {{ . }}
+ {{ . | markdownify }}
</h2>
{{ end }}