diff options
author | bt <bt@web> | 2023-12-09 10:06:35 -0500 |
---|---|---|
committer | IkiWiki <ikiwiki.info> | 2023-12-09 10:06:35 -0500 |
commit | be2319d5a284bef560b3b8ca2f5ae329151c800f (patch) | |
tree | f0a8dcbe771aadd5a0bc7d9db1d21b89eb95532a | |
parent | a04985868c5c6c7aed2f94d6d7a4417dbaf26bc6 (diff) |
-rw-r--r-- | posts/ndenting-text-with-css.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/posts/ndenting-text-with-css.md b/posts/ndenting-text-with-css.md index 83bda6e..4094051 100644 --- a/posts/ndenting-text-with-css.md +++ b/posts/ndenting-text-with-css.md @@ -1,6 +1,6 @@ [[!meta title="CSS: Indenting Text"]] [[!meta date="2019-04-05"]] -[[!meta permalink="indenting-text-with-css"]] +[[!meta permalink=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. |