summaryrefslogtreecommitdiff
path: root/posts
diff options
context:
space:
mode:
Diffstat (limited to 'posts')
-rw-r--r--posts/empty-table-cells.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/posts/empty-table-cells.md b/posts/empty-table-cells.md
index aa2bfb3..441b908 100644
--- a/posts/empty-table-cells.md
+++ b/posts/empty-table-cells.md
@@ -1,6 +1,5 @@
-# Styling Empty Table Cells
-
-2019-07-17
+[[!meta title="Styling Empty Table Cells"]]
+[[!meta date="2019-07-17"]]
Often when designing tables on the web you're bound to come across empty pockets of data. These will be rendered as "blank" table cells, which isn't always the intended outcome. Let's take a quick look at how to target and style empty table cells.