mirror of
https://github.com/gcushen/hugo-academic.git
synced 2025-07-26 03:00:50 +02:00
Improve formatting of custom widget title
This commit is contained in:
parent
641c699899
commit
6519dafb91
1 changed files with 1 additions and 1 deletions
|
@ -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">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue