Markdownify sutitles
This commit is contained in:
parent
1dcbe54995
commit
1e8e9c3ce8
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
<header>
|
||||
<h2>{{ title .Title }}</h2>
|
||||
{{ if .Params.subtitle }}
|
||||
<p>{{ .Params.subtitle }}</p>
|
||||
<p>{{ markdownify .Params.subtitle }}</p>
|
||||
{{ end }}
|
||||
</header>
|
||||
<div class="box">
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<header>
|
||||
<h2>{{ title .Title }}</h2>
|
||||
{{ if .Params.subtitle }}
|
||||
<p>{{ .Params.subtitle }}</p>
|
||||
<p>{{ markdownify .Params.subtitle }}</p>
|
||||
{{ end }}
|
||||
</header>
|
||||
<div class="box">
|
||||
|
|
Loading…
Reference in a new issue