summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbt <bt@web>2023-12-01 15:15:59 -0500
committerIkiWiki <ikiwiki.info>2023-12-01 15:15:59 -0500
commit9561ed97e2a24447c5a337d40556a1c62e1183fa (patch)
tree08d5a39b612e8210d3a74a7c2026925491e37007
parentfe384112b49b167673290dbb49e16ed8587ed391 (diff)
-rw-r--r--posts/shiny-css-buttons.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/posts/shiny-css-buttons.md b/posts/shiny-css-buttons.md
index f568a49..2d9f1d0 100644
--- a/posts/shiny-css-buttons.md
+++ b/posts/shiny-css-buttons.md
@@ -1,6 +1,5 @@
-# Shiny, Animated CSS Buttons
-
-2021-04-27
+[[!meta title="Shiny, Animated CSS Buttons"]]
+[[!meta date="2021-04-27"]]
Everyone can appreciate fancy, animated buttons - but often times they come with a performance cost: *JavaScript*. Luckily for us, we can create our very own shiny, animated buttons with pure CSS.