mirror of
https://github.com/rvtr/rmc_website.git
synced 2025-10-31 13:31:21 -04:00
Fixed using app slug instead of app name for title.
This commit is contained in:
parent
dad0a49ee7
commit
3c10b22d0b
@ -22,8 +22,8 @@
|
|||||||
{%- for ENTRY in site.data.dsinfo -%}
|
{%- for ENTRY in site.data.dsinfo -%}
|
||||||
{%- if ENTRY.PROGRAM == page.app -%}
|
{%- if ENTRY.PROGRAM == page.app -%}
|
||||||
{%- if ENTRY.PUBLISHED == "TRUE" -%}
|
{%- if ENTRY.PUBLISHED == "TRUE" -%}
|
||||||
<title>{{ page.app }} | {{ site.title }}</title>
|
<title>{{ ENTRY.TITLE }} | {{ site.title }}</title>
|
||||||
<meta property="og:title" content="{{ page.app }}">
|
<meta property="og:title" content="{{ ENTRY.TITLE }}">
|
||||||
{% if page.preview == null -%}
|
{% if page.preview == null -%}
|
||||||
<meta property="og:image" content="{{ site.imgdir }}{{ ENTRY.PROGRAM }}/{{ ENTRY.PROGRAM }}.gif">
|
<meta property="og:image" content="{{ site.imgdir }}{{ ENTRY.PROGRAM }}/{{ ENTRY.PROGRAM }}.gif">
|
||||||
{%- else -%}
|
{%- else -%}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user