mirror of
https://github.com/Afilmory/afilmory
synced 2026-04-24 23:05:05 +00:00
fix: update RSS feed generation to include EXIF data and improve XML structure
- Modified the RSS feed generation to extract and include EXIF data such as aperture, shutter speed, ISO, and camera model. - Updated the XML structure to remove unnecessary escaping for titles and descriptions, enhancing readability. - Adjusted the example configuration file to use a full URL for the author avatar. Signed-off-by: Innei <tukon479@gmail.com>
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
"author": {
|
||||
"name": "Photo Gallery",
|
||||
"url": "https://innei.in/",
|
||||
"avatar": "//cdn.jsdelivr.net/gh/Innei/static@master/avatar.png"
|
||||
"avatar": "https://cdn.jsdelivr.net/gh/Innei/static@master/avatar.png"
|
||||
},
|
||||
"social": {
|
||||
"twitter": "@__oQuery",
|
||||
|
||||
Reference in New Issue
Block a user