Skip to content

Commit

Permalink
make theme switcher in some examples works
Browse files Browse the repository at this point in the history
  • Loading branch information
jonnysp committed Apr 26, 2023
1 parent 9dc1d59 commit 676abb9
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion site/content/docs/5.3/examples/blog-rtl/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
extra_css:
- "https://fonts.googleapis.com/css?family=Amiri:wght@400;700&display=swap"
- "../blog/blog.rtl.css"
include_js: false
---

<div class="container">
Expand Down
1 change: 0 additions & 1 deletion site/content/docs/5.3/examples/blog/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
extra_css:
- "https://fonts.googleapis.com/css?family=Playfair+Display:700,900&display=swap"
- "blog.css"
include_js: false
---

<div class="container">
Expand Down
1 change: 0 additions & 1 deletion site/content/docs/5.3/examples/cover/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
- "cover.css"
html_class: "h-100"
body_class: "d-flex h-100 text-center text-bg-dark"
include_js: false
---

<div class="cover-container d-flex w-100 h-100 p-3 mx-auto flex-column">
Expand Down
1 change: 0 additions & 1 deletion site/content/docs/5.3/examples/grid/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
extra_css:
- "grid.css"
body_class: "py-4"
include_js: false
---

<main>
Expand Down
1 change: 0 additions & 1 deletion site/content/docs/5.3/examples/jumbotron/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
layout: examples
title: Jumbotron example
include_js: false
---

<main>
Expand Down
1 change: 0 additions & 1 deletion site/content/docs/5.3/examples/pricing/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
title: Pricing example
extra_css:
- "pricing.css"
include_js: false
---

<svg xmlns="http://www.w3.org/2000/svg" style="display: none;">
Expand Down
1 change: 0 additions & 1 deletion site/content/docs/5.3/examples/sign-in/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
extra_css:
- "sign-in.css"
body_class: "text-center"
include_js: false
---

<main class="form-signin w-100 m-auto">
Expand Down
1 change: 0 additions & 1 deletion site/content/docs/5.3/examples/sticky-footer/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
- "sticky-footer.css"
html_class: "h-100"
body_class: "d-flex flex-column h-100"
include_js: false
---

<!-- Begin page content -->
Expand Down

0 comments on commit 676abb9

Please sign in to comment.