fix(mastodon.php): add feed helper to improve handling of utf-8 charachters and html entities
This commit is contained in:
parent
788edbcb11
commit
13cb918edb
3 changed files with 13 additions and 7 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue