summaryrefslogtreecommitdiff
path: root/posts/menu-toggle-css.md
diff options
context:
space:
mode:
authorbt <bt@web>2023-12-09 10:45:46 -0500
committerIkiWiki <ikiwiki.info>2023-12-09 10:45:46 -0500
commit01387f34adb0ff8fafb51fcee3eb899ee75e5901 (patch)
tree9764e0ac670f145f858870207046562ee8d3352e /posts/menu-toggle-css.md
parent5451ab112ce683e91aebec5f419b46a2c03a62d8 (diff)
Diffstat (limited to 'posts/menu-toggle-css.md')
-rw-r--r--posts/menu-toggle-css.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/posts/menu-toggle-css.md b/posts/menu-toggle-css.md
index e08fd96..c790ce4 100644
--- a/posts/menu-toggle-css.md
+++ b/posts/menu-toggle-css.md
@@ -1,6 +1,5 @@
-# Menu Toggle with Pure CSS
-
-2020-10-19
+[[!meta title="Menu Toggle with Pure CSS"]]
+[[!meta date="2020-10-19"]]
When thinking through navigation designs for mobile devices sometimes the best option is to store away the content behind a toggle button. This button would then display the menu items upon interaction. Let me show you how to create such an element with only CSS - no need for JavaScript today!