diff options
Diffstat (limited to 'layouts/_default')
-rw-r--r-- | layouts/_default/about.html | 2 |
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 }} |