Commit Graph

6 Commits

Author SHA1 Message Date
fundor333
db676fdd80 Removes unused image assets
Removes a large number of image assets that are no longer used by the site. This reduces the size of the repository and the deployed site.

These images include various sizes of favicons, touch icons, cover images for old blog posts and weeknotes, and character images.

The `make-post.py` script is adjusted to correctly format the year in post paths.
2025-06-30 11:57:15 +02:00
Fundor333
265dd76750 Refactor comments handling and update syndication links across multiple posts 2025-06-16 23:34:32 +02:00
fundor333
1fa0356ada Some update content 2025-06-16 22:55:52 +02:00
Fundor333
7305d54209 Add missing ID to comments section in "Add Minor Things to Django for templating" post 2025-06-15 23:49:48 +02:00
Fundor333
05a935a717 Fix date in "Add Minor Things to Django for templating" post 2025-06-15 23:35:02 +02:00
Fundor333
27c49a4356 Add utility code for Django templating
- Introduced a custom DateInput widget for Django forms to set the input type to "date".
- Added a simple template tag `url_replace` to modify GET parameters in URLs, facilitating cleaner navigation between views while preserving search filters.
- Documented the usage of both features in a new post for better understanding and implementation.
2025-06-15 22:58:45 +02:00