Replaced overridden baseof template with before-closing-body micro-hook
This commit is contained in:
parent
7a3eb89fd8
commit
d68db94b3b
|
@ -1,26 +0,0 @@
|
||||||
<!DOCTYPE html>
|
|
||||||
<html lang="en">
|
|
||||||
|
|
||||||
{{ partial "head.html" . }}
|
|
||||||
|
|
||||||
<body>
|
|
||||||
{{ partial "header.html" . }}
|
|
||||||
|
|
||||||
<div class="page-content">
|
|
||||||
<div class="wrapper">
|
|
||||||
{{ block "main" . }}{{ end }}
|
|
||||||
</div>
|
|
||||||
{{ partial "sidebar-for-tiny-theme/sidebar.html" . }}
|
|
||||||
</div>
|
|
||||||
{{ partial "footer.html" . }}
|
|
||||||
|
|
||||||
{{ range .Site.Params.plugins_js }}
|
|
||||||
<script src="{{ . }}"></script>
|
|
||||||
{{ end }}
|
|
||||||
|
|
||||||
{{ if templates.Exists "partials/microhook-before-closing-body.html" }}
|
|
||||||
{{ partial "microhook-before-closing-body.html" . }}
|
|
||||||
{{ end }}
|
|
||||||
</body>
|
|
||||||
|
|
||||||
</html>
|
|
|
@ -0,0 +1 @@
|
||||||
|
{{ partial "sidebar-for-tiny-theme/sidebar.html" . }}
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"version": "1.0.2",
|
"version": "1.1.0",
|
||||||
"title": "Sidebar for Tiny Theme",
|
"title": "Sidebar for Tiny Theme",
|
||||||
"description": "Adds a sidebar to a blog using Tiny Theme",
|
"description": "Adds a sidebar to a blog using Tiny Theme",
|
||||||
"includes": [
|
"includes": [
|
||||||
|
|
Loading…
Reference in a new issue