Merge pull request #65 from githubmonkey/minor-polishes
Add safeHTML to blog-title, allowing <br/> in the title
This commit is contained in:
commit
4f61fb73ff
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@
|
|||
<div class="vertical">
|
||||
<div id="site-head-content" class="inner">
|
||||
|
||||
{{ with .Params.header_headline }}<h1 class="blog-title">{{ . }}</h1>{{ end }}
|
||||
{{ with .Params.header_headline }}<h1 class="blog-title">{{ . | safeHTML }}</h1>{{ end }}
|
||||
{{ with .Params.header_subheadline }}<h2 class="blog-description">{{ . }}</h2>{{ end }}
|
||||
|
||||
{{ range where $sections ".Params.header_menu" "eq" true }}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue