feat: Add titles to taxonomy pages
This commit is contained in:
parent
ff8dfcb32d
commit
7d6274c6ac
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
<div class="blurred-container">
|
||||
<div class="motto">
|
||||
<h1 id="motto">
|
||||
{{ safeHTML (.Param "motto") }}
|
||||
{{ default .Title (safeHTML (.Param "motto")) }}
|
||||
</h1>
|
||||
</div>
|
||||
{{ $imgsrc := print "images/" (.Param "cardImage") ".jpg" }}
|
||||
|
|
Loading…
Reference in a new issue