Commit ca9672f786218e69747a0db770a3d7d01509fef5
1 parent
d59ec8ca
Exists in
rhitier-dev
and in
1 other branch
Page title now comes from yml
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
web/view/layout.html.jinja2
... | ... | @@ -33,7 +33,7 @@ |
33 | 33 | |
34 | 34 | <header class="header mdl-layout__header"> |
35 | 35 | <div class="mdl-layout__header-row"> |
36 | - <span class="mdl-layout-title">CDPP / Heliopropa</span> | |
36 | + <span class="mdl-layout-title">{{ config.header.title }}</span> | |
37 | 37 | {# <!-- Add spacer, to align navigation to the right -->#} |
38 | 38 | <div class="mdl-layout-spacer"></div> |
39 | 39 | {# <!-- Navigation. We hide it in small screens. Do we? -->#} | ... | ... |