summaryrefslogtreecommitdiff
path: root/posts
diff options
context:
space:
mode:
authorbt <bt@web>2023-11-30 13:32:38 -0500
committerIkiWiki <ikiwiki.info>2023-11-30 13:32:38 -0500
commitcb4d160e408dfa3a23f13cbb3207402c0fd501be (patch)
treefe6764762afa9843d913f596f480d1e7f35e18f4 /posts
parentd6d7bd928fe330752f1d8ab2f287a4ac12907f64 (diff)
Diffstat (limited to 'posts')
-rw-r--r--posts/tabbed-content.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/posts/tabbed-content.md b/posts/tabbed-content.md
index b016b56..b7688bc 100644
--- a/posts/tabbed-content.md
+++ b/posts/tabbed-content.md
@@ -1,6 +1,5 @@
-# Tabbed Content Without JavaScript
-
-2019-01-28
+[[!meta title="Tabbed Content Without JavaScript"]]
+[[!meta date="2019-01-28"]]
Creating tabs is a fairly trivial and common practice in web design, but many times it requires JavaScript to properly implement. Fortunately it *is* possible to create tabbed content with only using CSS.