From d35f76b9d1e537d74e3832e9854bb777298dbb05 Mon Sep 17 00:00:00 2001 From: Tom Johnson Date: Fri, 18 Sep 2015 11:22:12 -0700 Subject: [PATCH] added edit button --- _layouts/page.html | 6 ++---- doc_top_navigation.md | 2 -- 2 files changed, 2 insertions(+), 6 deletions(-) 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: