summaryrefslogtreecommitdiffstats
path: root/content/projects/diddle.md
diff options
context:
space:
mode:
authorJan Tuomi <jan@jantuomi.fi>2026-01-02 15:33:34 +0200
committerJan Tuomi <jan@jantuomi.fi>2026-01-02 16:21:05 +0200
commit695614902ba24f14e06a42982c62132d3b5015d4 (patch)
treedafc38357a1d93312b4f6983ae83eddeb63311af /content/projects/diddle.md
parent5a05ca47edca3a5cf8fad2e19a533faaa1c7b362 (diff)
Use figures instead of plain images
Diffstat (limited to 'content/projects/diddle.md')
-rw-r--r--content/projects/diddle.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/projects/diddle.md b/content/projects/diddle.md
index f3d59fa..f01b461 100644
--- a/content/projects/diddle.md
+++ b/content/projects/diddle.md
@@ -13,7 +13,7 @@ Diddle ([live instance](https://diddle.jan.systems/), [Github](https://github.co
> **Note**: The instance hosted on my domain might go down any second. Use it at your own discretion.
-![Diddle screenshot showing an answerable poll](../files/diddle_screenshot.png)
+{{ fig(src="../files/diddle_screenshot.png", alt="Diddle screenshot showing an answerable poll") }}
The first 80% of the project was done in two evenings. The last 80% was done during the next week. The tech stack is the _get-shit-done_ stack: **Python** + **Flask** + **PostgreSQL**. There is no required client side javascript: all client side logic is strictly for [progressive enhancement](https://developer.mozilla.org/en-US/docs/Glossary/Progressive_Enhancement). You can use "dumb" browsers like w3m or lynx to enjoy Diddle just fine.