diff options
author | bt <bt@web> | 2023-12-09 10:05:34 -0500 |
---|---|---|
committer | IkiWiki <ikiwiki.info> | 2023-12-09 10:05:34 -0500 |
commit | a04985868c5c6c7aed2f94d6d7a4417dbaf26bc6 (patch) | |
tree | 50bc25387734e2d536664d23e4695cc263ddc57b | |
parent | dbc9a18358b22f3df761db6fac75e4320c1bd3ac (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 5a7e076..83bda6e 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="/posts/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. |