From c4d8551eba47ddc2621f29024d88d5b7ecef06f3 Mon Sep 17 00:00:00 2001 From: Yong He Date: Tue, 30 Mar 2021 13:40:20 -0700 Subject: Move user-guide table of contents to _includes dir (#1771) --- docs/_layouts/user-guide.html | 149 ++++++++++++++++++++++-------------------- 1 file changed, 79 insertions(+), 70 deletions(-) (limited to 'docs/_layouts/user-guide.html') diff --git a/docs/_layouts/user-guide.html b/docs/_layouts/user-guide.html index 3f290d500..26b87c6d5 100644 --- a/docs/_layouts/user-guide.html +++ b/docs/_layouts/user-guide.html @@ -1,78 +1,87 @@ - - - - - - - - - -{% seo %} - + + {% seo %} + + +
+
+
+
+ {% include user-guide-toc.html %} +
+
+
+ {{ content }} +
+ +
+ {% if site.github.is_project_page %} + {{ site.title | default: site.github.repository_name }} is maintained by {{ site.github.owner_name }}
+ {% endif %} + This page was generated by GitHub Pages. +
+
+ +
+
+ + {% if site.google_analytics %} + + {% endif %} + - {% if site.google_analytics %} - - {% endif %} - - + \ No newline at end of file -- cgit v1.2.3