mirror of
https://github.com/rvtr/rmc_website.git
synced 2025-06-18 18:25:31 -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 -%}
|
||||
{%- 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 -%}
|
||||
|
Loading…
Reference in New Issue
Block a user