diff --git a/_includes/link.html b/_includes/link.html new file mode 100644 index 0000000000..47b146d5a5 --- /dev/null +++ b/_includes/link.html @@ -0,0 +1 @@ +{{ include.url | remove: ".html" | prepend: site.baseurl | replace: '//', '/' }} \ No newline at end of file diff --git a/_includes/title.html b/_includes/title.html new file mode 100644 index 0000000000..09d443c629 --- /dev/null +++ b/_includes/title.html @@ -0,0 +1 @@ +{{ include.doc.title | remove_first: include.coll.label | remove_first: "/ " }} \ No newline at end of file diff --git a/_layouts/sidebar.html b/_layouts/sidebar.html index 2b9d260251..8b33b57a47 100644 --- a/_layouts/sidebar.html +++ b/_layouts/sidebar.html @@ -1,26 +1,21 @@ --- layout: default --- -{% for coll in site.collections %} - {% if coll.sidebar %} -