diff --git a/_includes/html-head.html b/_includes/html-head.html index 98b924d..a226915 100644 --- a/_includes/html-head.html +++ b/_includes/html-head.html @@ -4,6 +4,8 @@ {{ page.title }} · {{ site.name }} {% if page.category == 'docs' %}Docs{% elsif page.category == 'demos' %}Demo{% endif %} + + diff --git a/_layouts/demo.html b/_layouts/demo.html index 9f63b7f..18af36c 100644 --- a/_layouts/demo.html +++ b/_layouts/demo.html @@ -1,6 +1,6 @@ {% include html-head.html %} -

{{ site.name }} Demo

+

{{ site.name }} Demo

{{ page.title }}

diff --git a/_layouts/doc.html b/_layouts/doc.html index 996ffc1..d2e3f53 100644 --- a/_layouts/doc.html +++ b/_layouts/doc.html @@ -1,7 +1,7 @@ {% include html-head.html %}