The bmannconsulting.com website

og and full path links to assets

Changed files
+2 -1
_includes
_notes
+1 -1
_includes/head.html
···
<!-- Open Frames Custom -->
<meta property="fc:frame" content="vNext">
{% if page.frame.image %}
-
<meta property="fc:frame:image" content="{{ page.frame.image }}">
+
<meta property="fc:frame:image" content="{{ site.url }}{{ page.frame.image }}">
<meta property="fc:frame:image:aspect_ratio" content="{{ page.frame.image-aspect-ratio }}">
{% endif %}
{% if page.frame.button1 %}
+1
_notes/Ghost.md
···
- app
link: https://ghost.org
github: https://github.com/TryGhost/Ghost
+
image: /assets/2024/ghost_logo_black.jpg
frame:
image: /assets/2024/ghost_logo_black.jpg
image-aspect-ratio: "1:1"