diff options
author | bt <bt@web> | 2023-12-12 14:52:08 -0500 |
---|---|---|
committer | IkiWiki <ikiwiki.info> | 2023-12-12 14:52:08 -0500 |
commit | 5afb6ec64ac33a29c29d4a8ec65d1ee9cfe45265 (patch) | |
tree | faaca9515af6066113aa8d1fafbb8eb9e512cff3 | |
parent | 4ab15345785b12ea9bd0e087572b7c502f7271ad (diff) |
-rw-r--r-- | posts/base64-all-the-things.md | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/posts/base64-all-the-things.md b/posts/base64-all-the-things.md index 40641f7..0e54916 100644 --- a/posts/base64-all-the-things.md +++ b/posts/base64-all-the-things.md @@ -1,6 +1,5 @@ -# Base64 All The Things! (Sometimes) - -2020-03-18 +[[!meta title="Base64 All The Things! (Sometimes)"]] +[[!meta date="2020-03-18"]] *An extremely overlooked process for displaying fonts*, images, documents, spreadsheets, etc. on the web is the use of **base64 encoding**. Although it may not be the most efficient (or easy) way to display and include these elements it can be a lifesaver in certain situations. |