Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/bep/docuapi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2017-04-29 14:06:05 +0300
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2017-04-29 14:06:05 +0300
commitf2cb5423932c3542077daa77e24b4aa4effd6ff8 (patch)
treede94cc6170497d03ad5ba0adcafdd4e040b561e4 /layouts
parent1ebed17bb28863d84ffd97152639c504f14cbae4 (diff)
Add more sidebar hooksv1.1
And a Netflify badge if deployed by them.
Diffstat (limited to 'layouts')
-rw-r--r--layouts/_default/baseof.html4
-rw-r--r--layouts/partials/hook_left_sidebar_end.html0
-rw-r--r--layouts/partials/hook_left_sidebar_logo.html1
-rw-r--r--layouts/partials/hook_left_sidebar_start.html0
4 files changed, 4 insertions, 1 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index bdb57fb..456b40c 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -17,7 +17,8 @@
</span>
</a>
<div class="tocify-wrapper">
- <img src='{{ relURL "images/logo.png" }}' />
+ {{ partial "hook_left_sidebar_start.html" . }}
+ {{ partial "hook_left_sidebar_logo.html" . }}
{{ with .Site.Params.language_tabs }}
<div class="lang-selector">
{{ range . }}
@@ -46,6 +47,7 @@
{{ end}}
</ul>
{{ end}}
+ {{ partial "hook_left_sidebar_end.html" . }}
</div>
<div class="page-wrapper">
<div class="dark-box"></div>
diff --git a/layouts/partials/hook_left_sidebar_end.html b/layouts/partials/hook_left_sidebar_end.html
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/layouts/partials/hook_left_sidebar_end.html
diff --git a/layouts/partials/hook_left_sidebar_logo.html b/layouts/partials/hook_left_sidebar_logo.html
new file mode 100644
index 0000000..f88cd96
--- /dev/null
+++ b/layouts/partials/hook_left_sidebar_logo.html
@@ -0,0 +1 @@
+ <img src='{{ relURL "images/logo.png" }}' /> \ No newline at end of file
diff --git a/layouts/partials/hook_left_sidebar_start.html b/layouts/partials/hook_left_sidebar_start.html
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/layouts/partials/hook_left_sidebar_start.html