summaryrefslogtreecommitdiffstats
path: root/site/content/docs/5.2/examples/sticky-footer
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2023-06-24 12:44:40 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2023-06-24 12:44:49 +0000
commitdb46bfc03f3a22752ef6bd91ae577d893872a216 (patch)
tree89d924513bc95e6bac4dc8e26f0da84caa477b7b /site/content/docs/5.2/examples/sticky-footer
parentReleasing debian version 5.2.3+dfsg-8. (diff)
downloadbootstrap-html-db46bfc03f3a22752ef6bd91ae577d893872a216.tar.xz
bootstrap-html-db46bfc03f3a22752ef6bd91ae577d893872a216.zip
Merging upstream version 5.3.0+dfsg.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'site/content/docs/5.2/examples/sticky-footer')
-rw-r--r--site/content/docs/5.2/examples/sticky-footer/index.html24
-rw-r--r--site/content/docs/5.2/examples/sticky-footer/sticky-footer.css9
2 files changed, 0 insertions, 33 deletions
diff --git a/site/content/docs/5.2/examples/sticky-footer/index.html b/site/content/docs/5.2/examples/sticky-footer/index.html
deleted file mode 100644
index 7a6e127..0000000
--- a/site/content/docs/5.2/examples/sticky-footer/index.html
+++ /dev/null
@@ -1,24 +0,0 @@
----
-layout: examples
-title: Sticky Footer Template
-extra_css:
- - "sticky-footer.css"
-html_class: "h-100"
-body_class: "d-flex flex-column h-100"
-include_js: false
----
-
-<!-- Begin page content -->
-<main class="flex-shrink-0">
- <div class="container">
- <h1 class="mt-5">Sticky footer</h1>
- <p class="lead">Pin a footer to the bottom of the viewport in desktop browsers with this custom HTML and CSS.</p>
- <p>Use <a href="{{< docsref "/examples/sticky-footer-navbar" >}}">the sticky footer with a fixed navbar</a> if need be, too.</p>
- </div>
-</main>
-
-<footer class="footer mt-auto py-3 bg-light">
- <div class="container">
- <span class="text-muted">Place sticky footer content here.</span>
- </div>
-</footer>
diff --git a/site/content/docs/5.2/examples/sticky-footer/sticky-footer.css b/site/content/docs/5.2/examples/sticky-footer/sticky-footer.css
deleted file mode 100644
index f8be437..0000000
--- a/site/content/docs/5.2/examples/sticky-footer/sticky-footer.css
+++ /dev/null
@@ -1,9 +0,0 @@
-/* Custom page CSS
--------------------------------------------------- */
-/* Not required for template or sticky footer method. */
-
-.container {
- width: auto;
- max-width: 680px;
- padding: 0 15px;
-}