Improve formatting of custom widget title

This commit is contained in:
George Cushen 2017-01-25 01:44:35 +00:00
commit 6519dafb91

View file

@ -3,7 +3,7 @@
<!-- Custom widget -->
<div class="row">
<div class="col-xs-12 col-md-4 section-heading">
<h1>{{ title $page.Title }}</h1>
<h1>{{ with $page.Title }}{{ . | markdownify }}{{ end }}</h1>
{{ with $page.Params.subtitle }}<p>{{ . | markdownify }}</p>{{ end }}
</div>
<div class="col-xs-12 col-md-8">