fix(mastodon.php): add feed helper to improve handling of utf-8 charachters and html entities

This commit is contained in:
Cory Dransfeldt 2025-06-03 13:06:27 -07:00
parent 788edbcb11
commit 13cb918edb
No known key found for this signature in database
3 changed files with 13 additions and 7 deletions

View file

@ -1,6 +1,6 @@
{
"name": "coryd.dev",
"version": "8.2.5",
"version": "8.2.7",
"description": "The source for my personal site. Built using 11ty (and other tools).",
"type": "module",
"engines": {
@ -37,7 +37,7 @@
"youtube-video-element": "^1.5.1"
},
"devDependencies": {
"@11ty/eleventy": "v3.1.0",
"@11ty/eleventy": "3.1.0",
"@11ty/eleventy-fetch": "5.1.0",
"@cdransf/eleventy-plugin-tabler-icons": "^2.13.0",
"concurrently": "9.1.2",