From 0abbb1857f0a1d41bbfa817b23ce7beb2417e7d3 Mon Sep 17 00:00:00 2001 From: Will Date: Tue, 12 Jan 2021 20:45:24 -0800 Subject: [PATCH] Comments for all the layout templates --- layouts/docs/baseof.html | 7 +++++++ layouts/docs/list.html | 6 ++++++ layouts/partials/footer.html | 6 ++++++ layouts/partials/navbar.html | 2 +- layouts/partials/sidebar-tree.html | 3 ++- layouts/partials/version-banner.html | 2 +- 6 files changed, 23 insertions(+), 3 deletions(-) diff --git a/layouts/docs/baseof.html b/layouts/docs/baseof.html index 04b85f73..3e058fd0 100644 --- a/layouts/docs/baseof.html +++ b/layouts/docs/baseof.html @@ -1,3 +1,10 @@ +{{/* + + A copy of the baseof.html partial in Docsy, modified + to remove the right-hand column from the layout. + +*/}} + diff --git a/layouts/docs/list.html b/layouts/docs/list.html index f6bf52b4..01145138 100644 --- a/layouts/docs/list.html +++ b/layouts/docs/list.html @@ -1,3 +1,9 @@ +{{/* + + A simplified version of the list.html partial in Docsy. + +*/}} + {{ define "main" }}

{{ .Title }}

diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 662c2792..3506f834 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -1,3 +1,9 @@ +{{/* + + A modified version of the footer.html partial in Docsy. + +*/}} + {{ $links := .Site.Params.links }}