diff --git a/_layouts/page.html b/_layouts/page.html index 6aee29e..dddd3ef 100644 --- a/_layouts/page.html +++ b/_layouts/page.html @@ -1,7 +1,6 @@ --- layout: default --- -

{% if page.homepage == true %} {{site.homepage_title}} {% else %}{{ page.title }}{% endif %}

@@ -11,11 +10,10 @@ layout: default {% if page.summary %}
{{page.summary}}
{% endif %} -{% include toc.html %} + {% include toc.html %} {{content}} - - +
{% if page.tags != null %} Tags: diff --git a/doc_top_navigation.md b/doc_top_navigation.md index c7fac3e..1ac2f60 100644 --- a/doc_top_navigation.md +++ b/doc_top_navigation.md @@ -8,8 +8,6 @@ summary: "The top navigation provides either single links or a drop-down menu. T published: true --- - - ## Changing the top navigation The top navigation reads from the \_data/topnav_doc.yml file. There are two *separate* sections: