From 8c65dd4224cd84c53356e0c7d04e53b5f3b9835a Mon Sep 17 00:00:00 2001 From: unknown Date: Sun, 26 Jan 2025 00:27:31 -0500 Subject: [PATCH] Gotta get this heading right --- content/posts/mapping-strings-to-rgb-colors/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/posts/mapping-strings-to-rgb-colors/index.md b/content/posts/mapping-strings-to-rgb-colors/index.md index f723240..1fa7d34 100644 --- a/content/posts/mapping-strings-to-rgb-colors/index.md +++ b/content/posts/mapping-strings-to-rgb-colors/index.md @@ -27,11 +27,13 @@ The XMPP site has a document describing https://xmpp.org/extensions/xep-0392.htm ### Hashing {{< highlight go >}} {{}} + ### Interpolation - Not sure if interpolation is the right technical term - Using generics {{< highlight go >}} {{}} + ## The Results Below is a sample of "lorem ipsum" with each word colored using this algorithm.