diff options
Diffstat (limited to 'posts/tabbed-content.md')
-rw-r--r-- | posts/tabbed-content.md | 5 |
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. |