Add page.title if available (#58)
Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de>pull/64/head
parent
f0fbb533c4
commit
df30eaf729
|
@ -6,7 +6,7 @@
|
|||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
{% include base.html %}
|
||||
<!--<link rel="shortcut icon" href="https://www.openhab.org/favicon.png"></link>-->
|
||||
<title>openHAB - Empowering the Smart Home</title>
|
||||
<title>{% if page.title != nil %}{{ page.title }} - {% endif %}openHAB - Empowering the Smart Home</title>
|
||||
|
||||
<!-- CSS -->
|
||||
<link href="{{base}}/css/materialize.css" type="text/css" rel="stylesheet"
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
layout: documentation
|
||||
title: Sitemaps
|
||||
---
|
||||
|
||||
{% include base.html %}
|
||||
|
|
Loading…
Reference in New Issue