Comments for all the layout templates
This commit is contained in:
parent
55eae7b70b
commit
0abbb1857f
6 changed files with 23 additions and 3 deletions
|
@ -1,3 +1,10 @@
|
||||||
|
{{/*
|
||||||
|
|
||||||
|
A copy of the baseof.html partial in Docsy, modified
|
||||||
|
to remove the right-hand column from the layout.
|
||||||
|
|
||||||
|
*/}}
|
||||||
|
|
||||||
<!doctype html>
|
<!doctype html>
|
||||||
<html lang="{{ .Site.Language.Lang }}" class="no-js">
|
<html lang="{{ .Site.Language.Lang }}" class="no-js">
|
||||||
<head>
|
<head>
|
||||||
|
|
|
@ -1,3 +1,9 @@
|
||||||
|
{{/*
|
||||||
|
|
||||||
|
A simplified version of the list.html partial in Docsy.
|
||||||
|
|
||||||
|
*/}}
|
||||||
|
|
||||||
{{ define "main" }}
|
{{ define "main" }}
|
||||||
<div class="td-content">
|
<div class="td-content">
|
||||||
<h1>{{ .Title }}</h1>
|
<h1>{{ .Title }}</h1>
|
||||||
|
|
|
@ -1,3 +1,9 @@
|
||||||
|
{{/*
|
||||||
|
|
||||||
|
A modified version of the footer.html partial in Docsy.
|
||||||
|
|
||||||
|
*/}}
|
||||||
|
|
||||||
{{ $links := .Site.Params.links }}
|
{{ $links := .Site.Params.links }}
|
||||||
<footer class="py-5 row d-print-none">
|
<footer class="py-5 row d-print-none">
|
||||||
<div class="container-fluid mx-sm-5">
|
<div class="container-fluid mx-sm-5">
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{{/*
|
{{/*
|
||||||
|
|
||||||
A copy of the navbar.html partial in Docsy, only modified
|
A version of the navbar.html partial in Docsy, only modified
|
||||||
to include the spec version, which is calculated using an
|
to include the spec version, which is calculated using an
|
||||||
inline `version-string` partial.
|
inline `version-string` partial.
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
{{/*
|
{{/*
|
||||||
|
|
||||||
A copy of the sidebar-tree.html partial in Docsy, with a few small modifications:
|
A version of the sidebar-tree.html partial in Docsy, with a few small
|
||||||
|
modifications:
|
||||||
|
|
||||||
* include `div#toc` for the ToC
|
* include `div#toc` for the ToC
|
||||||
* start the sidebar at the root (homepage) since for us that is the Matrix
|
* start the sidebar at the root (homepage) since for us that is the Matrix
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{{/*
|
{{/*
|
||||||
|
|
||||||
A modified copy of the version-banner.html partial in Docsy.
|
A modified version of the version-banner.html partial in Docsy.
|
||||||
|
|
||||||
*/}}
|
*/}}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue