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

github.com/zwbetz-gh/minimal-bootstrap-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzwbetz <zwbetz@gmail.com>2018-10-15 22:34:21 +0300
committerzwbetz <zwbetz@gmail.com>2018-10-15 22:34:21 +0300
commit93a35a9925b85a467634cfbcddfd4b1fba2b6849 (patch)
tree0d0b433a24149995e544c3981fa9819052afc94f
parent4d7c9aae3e8afe8d4e3a89f14730719dfdc8906f (diff)
Add bootstrap-js.html partial to baseof.html. Update readme toc
-rw-r--r--README.md1
-rw-r--r--layouts/_default/baseof.html1
2 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 3ab1fa3..923dcda 100644
--- a/README.md
+++ b/README.md
@@ -28,6 +28,7 @@ The typical page size, if the page has no images, is under 300kb (even lower if
* [Post Summary](#post-summary)
* [Google Analytics](#google-analytics)
* [Cookie Consent](#cookie-consent)
+ * [Include Bootstrap JS](#include-bootstrap-js)
* [Favicon Colors on Various Platforms](#favicon-colors-on-various-platforms)
* [Menu Nav](#menu-nav)
* [Favicon and Apple Touch Icon](#favicon-and-apple-touch-icon)
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index 6331070..19302ce 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -12,6 +12,7 @@
</article>
</div>
+ {{ partial "bootstrap-js.html" . }}
{{ partial "google-analytics-async.html" . }}
{{ partial "cookie-consent.html" . }}
</body>