1
Fork 0

Markdownify sutitles

This commit is contained in:
Jake Howard 2017-05-07 19:22:33 +01:00
parent 1dcbe54995
commit 1e8e9c3ce8
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@
<header> <header>
<h2>{{ title .Title }}</h2> <h2>{{ title .Title }}</h2>
{{ if .Params.subtitle }} {{ if .Params.subtitle }}
<p>{{ .Params.subtitle }}</p> <p>{{ markdownify .Params.subtitle }}</p>
{{ end }} {{ end }}
</header> </header>
<div class="box"> <div class="box">

View file

@ -4,7 +4,7 @@
<header> <header>
<h2>{{ title .Title }}</h2> <h2>{{ title .Title }}</h2>
{{ if .Params.subtitle }} {{ if .Params.subtitle }}
<p>{{ .Params.subtitle }}</p> <p>{{ markdownify .Params.subtitle }}</p>
{{ end }} {{ end }}
</header> </header>
<div class="box"> <div class="box">