Add parameter for custom page title
This commit is contained in:
parent
90ede145a0
commit
24aadcbcb6
|
@ -3,7 +3,7 @@ layout: main/base
|
|||
---
|
||||
|
||||
<header class="main__header">
|
||||
<h1>{{ title }}</h1>
|
||||
<h1>{{ pageTitle or title }}</h1>
|
||||
{% if intro %}
|
||||
<p>{{ intro }}</p>
|
||||
{% endif %}
|
||||
|
|
Loading…
Reference in New Issue