diff options
author | bt <bt@web> | 2023-12-09 10:04:56 -0500 |
---|---|---|
committer | IkiWiki <ikiwiki.info> | 2023-12-09 10:04:56 -0500 |
commit | dbc9a18358b22f3df761db6fac75e4320c1bd3ac (patch) | |
tree | 8c43367f83901f38e5e28edce657b491cbba1124 | |
parent | 62c2cb50cf5a476d51d918a060e675d90a83b781 (diff) |
-rw-r--r-- | posts/ndenting-text-with-css.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/posts/ndenting-text-with-css.md b/posts/ndenting-text-with-css.md index 1d48a40..5a7e076 100644 --- a/posts/ndenting-text-with-css.md +++ b/posts/ndenting-text-with-css.md @@ -1,5 +1,6 @@ [[!meta title="CSS: Indenting Text"]] [[!meta date="2019-04-05"]] +[[!meta permalink="/posts/indenting-text-with-css"]] A lot of developers tend to do the bare minimum when it comes to implementing proper website typography. This isn't an insult - I'm happy that typography is given any thought at all during development, I just believe more can always be done to improve upon it. |