summaryrefslogtreecommitdiffstats
path: root/content/en/articles/playing-with-colors
diff options
context:
space:
mode:
authorDanilo M. <danix@danix.xyz>2026-04-18 18:19:47 +0200
committerDanilo M. <danix@danix.xyz>2026-04-18 18:19:47 +0200
commit46779476a570346661a2741607265caed42829b2 (patch)
tree40ceae59ea6733fbd4dcce41d9ff6e5b24fc3d4e /content/en/articles/playing-with-colors
parentc1407fa9fb558e42588aa194a53e78a087f045f0 (diff)
downloaddanixxyz-46779476a570346661a2741607265caed42829b2.tar.gz
danixxyz-46779476a570346661a2741607265caed42829b2.zip
consolidated duplicated shortcodes. Initial fix of the content files. Manual review needed
Diffstat (limited to 'content/en/articles/playing-with-colors')
-rw-r--r--content/en/articles/playing-with-colors/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/en/articles/playing-with-colors/index.md b/content/en/articles/playing-with-colors/index.md
index 9a11089..d447790 100644
--- a/content/en/articles/playing-with-colors/index.md
+++ b/content/en/articles/playing-with-colors/index.md
@@ -7,7 +7,7 @@ image = "/uppies/2016/02/palette.jpg"
categories = ["code", "diy"]
tags = ["colors", "github", "html5", "palette", "php", "viewer"]
+++
-{{< figure src="https://danix.xyz/wp-content/uploads/2016/02/palette-1.jpg" class="image fit" link="https://github.com/danixland/palette-viewer" caption="palette-viewer on github" />}}
+{{< image src="https://danix.xyz/wp-content/uploads/2016/02/palette-1.jpg" alt="palette-viewer screenshot" link="https://github.com/danixland/palette-viewer" caption="palette-viewer on github" >}}{{< /image >}}
{{< dropcap >}}
Today I decided I wanted to have a little "old school" fun, so instead of working on some WordPress theme/plugin, I went for the "lemme write some php from scratch" approach.