summaryrefslogtreecommitdiff
path: root/posts
diff options
context:
space:
mode:
authorbt <bt@web>2023-12-04 08:17:29 -0500
committerIkiWiki <ikiwiki.info>2023-12-04 08:17:29 -0500
commit6309a637d3a2a135e78e01921575dbc1c3b33a8b (patch)
treea816a1d4a3730c9030c4b1b9e5e74f4a14077c4c /posts
parent057475f4737706e77bedcd983474fad6b5fc605c (diff)
Diffstat (limited to 'posts')
-rw-r--r--posts/pure-css-simple-dropdown-plugin.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/posts/pure-css-simple-dropdown-plugin.md b/posts/pure-css-simple-dropdown-plugin.md
index 522618c..ad1c4c9 100644
--- a/posts/pure-css-simple-dropdown-plugin.md
+++ b/posts/pure-css-simple-dropdown-plugin.md
@@ -1,6 +1,5 @@
-# Pure CSS Simple Dropdown Plugin
-
-2018-09-20
+[[!meta title="Pure CSS Simple Dropdown Plugin"]]
+[[!meta date="2018-09-20"]]
I find myself blowing away default browser `select` styling and implementing my own custom dropdowns far more often than I'd like. So, I recently created a very simple and clean component using just pure CSS.