diff options
| author | Eugen Wissner <belka@caraus.de> | 2025-10-14 19:15:51 +0200 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2025-10-14 19:15:51 +0200 |
| commit | 8a2dadcd2572fb5f472c91e8bc3957882fa48320 (patch) | |
| tree | a982606db7fc2373994c645fa310d925dfcaac7c /themes/_includes/partials | |
| download | flevum-8a2dadcd2572fb5f472c91e8bc3957882fa48320.tar.gz | |
Open the blog
Diffstat (limited to 'themes/_includes/partials')
| -rw-r--r-- | themes/_includes/partials/burgerMenu.html | 4 | ||||
| -rw-r--r-- | themes/_includes/partials/headerSeparator.html | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/themes/_includes/partials/burgerMenu.html b/themes/_includes/partials/burgerMenu.html new file mode 100644 index 0000000..5d0bdc2 --- /dev/null +++ b/themes/_includes/partials/burgerMenu.html @@ -0,0 +1,4 @@ +<input type="checkbox" class="toggleBurger" id="toggleBurger">
+<label for="toggleBurger" class="toggleBurgerWrapper">
+ <span></span>
+</label>
\ No newline at end of file diff --git a/themes/_includes/partials/headerSeparator.html b/themes/_includes/partials/headerSeparator.html new file mode 100644 index 0000000..561de6d --- /dev/null +++ b/themes/_includes/partials/headerSeparator.html @@ -0,0 +1 @@ +<div class="header-content-separator"></div>
\ No newline at end of file |
