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>
|
<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">
|
||||||
|
|
|
@ -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">
|
||||||
|
|
Loading…
Reference in a new issue