👾Fetch webmentions

skip-checks: true
This commit is contained in:
fundor333
2026-01-28 00:11:27 +00:00
parent 5340109ef8
commit e9483dcd97
3 changed files with 10 additions and 2 deletions

View File

@@ -1,10 +1,16 @@
---
title: "Making Htmx Stuffs"
date: 2026-01-27T23:10:03+01:00
title: Making Htmx Stuffs
date: 2026-01-27 23:10:03+01:00
description: Rant about Htmx
tags:
- dev
- htmx
syndication:
- https://mastodon.social/@fundor333/115969377077180224
comments:
host: mastodon.social
username: fundor333
id: '115969377077180224'
---
I am developing more and more with Htmx in my Django project and I love it. I have a lot less code and more clean code with Htmx than the traditional Jinja2 stuff.