You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
---
title: my title
date: ...
style: blog
description: my description
image: %assets_url%/path-to-image
hidden: false
mastodon: false
---
can be accessed via $page['meta-item-name']; in php. But this works only with title, description but not with my own meta-tags and also not with the image-tag.
I tried this:
But there is now a other problem: It gives not the correct link back. Instead of https://my-domain/path-to-image it gives %assets_url%/image
back.
Can this also be solved without giving the full correct path in the meta-data-tag?
Hello all together,
I'm using pico with the pico-rssmaker:
https://github.com/MattByName/Pico-RssMaker
https://github.com/MattByName/Pico-RssMaker/blob/master/RssMaker.php
it works fine.
Now I want to add a image to the other sub items of the rss-feed:
Now some of the meta-data of the yaml-header:
can be accessed via
$page['meta-item-name'];
in php. But this works only with title, description but not with my own meta-tags and also not with the image-tag.I tried this:
But this doesn't work.
I already asked the maintainer of Pico-RssMaker. He tried to help, but there is still no solution:
MattByName/Pico-RssMaker#6
Does someone know how to access the meta-data-items in php?
Thanks al lot.
The text was updated successfully, but these errors were encountered: