Fixed using app slug instead of app name for title.

This commit is contained in:
Lillian Skinner 2024-10-25 20:14:18 -04:00
parent dad0a49ee7
commit 3c10b22d0b

View File

@ -22,8 +22,8 @@
{%- for ENTRY in site.data.dsinfo -%}
{%- if ENTRY.PROGRAM == page.app -%}
{%- if ENTRY.PUBLISHED == "TRUE" -%}
<title>{{ page.app }} | {{ site.title }}</title>
<meta property="og:title" content="{{ page.app }}">
<title>{{ ENTRY.TITLE }} | {{ site.title }}</title>
<meta property="og:title" content="{{ ENTRY.TITLE }}">
{% if page.preview == null -%}
<meta property="og:image" content="{{ site.imgdir }}{{ ENTRY.PROGRAM }}/{{ ENTRY.PROGRAM }}.gif">
{%- else -%}