summaryrefslogtreecommitdiffstats
path: root/content/projects/diddle.md
diff options
context:
space:
mode:
authorJan Tuomi <jan@jantuomi.fi>2026-01-02 16:04:35 +0200
committerJan Tuomi <jan@jantuomi.fi>2026-01-02 16:21:06 +0200
commitf25f7b38e69042f312a1e488553cbde18a52e8ab (patch)
treeedf33589412012705ac7e63a50c3c18e8eab5247 /content/projects/diddle.md
parent589692a188c35323cea06a4a4572f182aa488976 (diff)
Fix links
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 f01b461..1fab603 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.
-{{ fig(src="../files/diddle_screenshot.png", alt="Diddle screenshot showing an answerable poll") }}
+{{ 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.