diff options
-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. |