From c26dede97f626b52b7bf8962ed55d1dbda86abe8 Mon Sep 17 00:00:00 2001 From: Hilmar R Date: Sun, 28 Feb 2021 21:06:16 +0100 Subject: get dev --- .../twbs/bootstrap/site/layouts/_default/docs.html | 37 +++++++++++++ .../bootstrap/site/layouts/_default/examples.html | 60 ++++++++++++++++++++++ .../bootstrap/site/layouts/_default/redirect.html | 11 ++++ .../bootstrap/site/layouts/_default/single.html | 52 +++++++++++++++++++ 4 files changed, 160 insertions(+) create mode 100644 vendor/twbs/bootstrap/site/layouts/_default/docs.html create mode 100644 vendor/twbs/bootstrap/site/layouts/_default/examples.html create mode 100644 vendor/twbs/bootstrap/site/layouts/_default/redirect.html create mode 100644 vendor/twbs/bootstrap/site/layouts/_default/single.html (limited to 'vendor/twbs/bootstrap/site/layouts/_default') diff --git a/vendor/twbs/bootstrap/site/layouts/_default/docs.html b/vendor/twbs/bootstrap/site/layouts/_default/docs.html new file mode 100644 index 000000000..c2e377666 --- /dev/null +++ b/vendor/twbs/bootstrap/site/layouts/_default/docs.html @@ -0,0 +1,37 @@ + + + + {{ partial "header" . }} + + + {{ partial "skippy" . }} + + {{ partial "docs-navbar" . }} + +
+
+
+ {{ partial "docs-sidebar" . }} +
+ + {{ if (eq .Page.Params.toc true) }} + + {{ end }} + +
+
+ View on GitHub +

{{ .Title | markdownify }}

+
+

{{ .Page.Params.Description | markdownify }}

+ {{ partial "ads" . }} + {{ .Content }} +
+
+
+ + {{ partial "scripts" . }} + + diff --git a/vendor/twbs/bootstrap/site/layouts/_default/examples.html b/vendor/twbs/bootstrap/site/layouts/_default/examples.html new file mode 100644 index 000000000..3275bfd16 --- /dev/null +++ b/vendor/twbs/bootstrap/site/layouts/_default/examples.html @@ -0,0 +1,60 @@ + + + + + + + + + {{ .Page.Title | markdownify }} · {{ .Site.Title | markdownify }} v{{ .Site.Params.docs_version }} + + + + {{ with .Params.robots -}} + + {{- end }} + + {{ partial "stylesheet" . }} + {{ partial "favicons" . }} + + + + {{ range .Page.Params.extra_css }} + {{ "" | safeHTML }} + + {{- end }} + + + {{ .Content }} + + {{ if ne .Page.Params.include_js false -}} + + + + {{- if eq hugo.Environment "production" -}} + + {{- else -}} + + {{- end }} + + {{ range .Page.Params.extra_js }} + + {{- end }} + {{- end }} + + diff --git a/vendor/twbs/bootstrap/site/layouts/_default/redirect.html b/vendor/twbs/bootstrap/site/layouts/_default/redirect.html new file mode 100644 index 000000000..f675d0c6c --- /dev/null +++ b/vendor/twbs/bootstrap/site/layouts/_default/redirect.html @@ -0,0 +1,11 @@ + + + + + + {{ .Page.Params.redirect | absURL }} + + + + + diff --git a/vendor/twbs/bootstrap/site/layouts/_default/single.html b/vendor/twbs/bootstrap/site/layouts/_default/single.html new file mode 100644 index 000000000..58b55331c --- /dev/null +++ b/vendor/twbs/bootstrap/site/layouts/_default/single.html @@ -0,0 +1,52 @@ + + + + {{ partial "header" . }} + + + {{ partial "skippy" . }} + + {{ partial "docs-navbar" . }} + +
+
+

{{ .Title | markdownify }}

+

{{ .Page.Params.Description | markdownify }}

+ {{ if eq .Title "Examples" }} + + {{- end -}} +
+ {{ partial "ads" . }} +
+ +
+ {{ .Content }} + + {{ if eq .Title "Examples" }} +
+
+
+
+ {{ partial "icons/droplet-fill.svg" (dict "width" "32" "height" "32") }} +
+

Go further with Bootstrap Themes

+

+ Need something more than these examples? Take Bootstrap to the next level with premium themes from the official Bootstrap Themes marketplace. They’re built as their own extended frameworks, rich with new components and plugins, documentation, and powerful build tools. +

+ Browse themes +
+ Bootstrap Themes +
+ {{ end }} +
+ + {{ partial "footer" . }} + {{ partial "scripts" . }} + + -- cgit v1.2.3