diff --git a/_config.yml b/_config.yml index a4d3d5b7..388d353c 100644 --- a/_config.yml +++ b/_config.yml @@ -16,7 +16,7 @@ bootwatch: yeti # Build settings markdown: kramdown highlighter: rouge -gems: +plugins: - jekyll-feed - jekyll-redirect-from - jekyll-seo-tag diff --git a/_includes/docs_nav.html b/_includes/docs_nav.html index 68f593d4..9481a71e 100644 --- a/_includes/docs_nav.html +++ b/_includes/docs_nav.html @@ -13,7 +13,7 @@

{% for item in section.docs %} {% assign item_url = item | prepend:"/docs/" | append:"/" %} {% assign p = site.docs | where:"url", item_url | first %} - {{ p.title }} + {{ p.title }} {% endfor %} diff --git a/_includes/docs_v7_nav.html b/_includes/docs_v7_nav.html index f0b592a5..b567f65c 100644 --- a/_includes/docs_v7_nav.html +++ b/_includes/docs_v7_nav.html @@ -13,7 +13,7 @@

{% for item in section.docs_v7 %} {% assign item_url = item | prepend:"/docs_v7/" | append:"/" %} {% assign p = site.docs_v7 | where:"url", item_url | first %} - {{ p.title }} + {{ p.title }} {% endfor %} diff --git a/_includes/head.html b/_includes/head.html index 862c2c07..96396ced 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -15,11 +15,11 @@ - - + + - + - - + + diff --git a/_includes/js_files.html b/_includes/js_files.html index c1f7a2e7..2cd83d84 100644 --- a/_includes/js_files.html +++ b/_includes/js_files.html @@ -2,7 +2,7 @@ var baseurl = '{{ site.baseurl }}' - - + + - + diff --git a/_includes/section_docs_v7_nav.html b/_includes/section_docs_v7_nav.html index da10f2e2..4e5df750 100644 --- a/_includes/section_docs_v7_nav.html +++ b/_includes/section_docs_v7_nav.html @@ -24,7 +24,7 @@ {% assign previous = forloop.index0 | minus: 1 %} {% assign previous_page = docs_v7[previous] | prepend:"/docs_v7/" | append:"/" %} @@ -40,7 +40,7 @@ {% assign next = forloop.index0 | plus: 1 %} {% assign next_page = docs_v7[next] | prepend:"/docsv_7/" | append:"/" %} diff --git a/_includes/section_nav.html b/_includes/section_nav.html index 28e3153a..4b6a94f0 100644 --- a/_includes/section_nav.html +++ b/_includes/section_nav.html @@ -24,7 +24,7 @@ {% assign previous = forloop.index0 | minus: 1 %} {% assign previous_page = docs[previous] | prepend:"/docs/" | append:"/" %} @@ -40,7 +40,7 @@ {% assign next = forloop.index0 | plus: 1 %} {% assign next_page = docs[next] | prepend:"/docs/" | append:"/" %} diff --git a/_includes/topnav.html b/_includes/topnav.html index eaea5f77..f9eb8378 100644 --- a/_includes/topnav.html +++ b/_includes/topnav.html @@ -7,19 +7,19 @@ - - + +