This commit is contained in:
parent
f23a349a68
commit
f91620ea8f
1 changed files with 3 additions and 2 deletions
|
@ -12,8 +12,9 @@
|
|||
) }}">
|
||||
<meta content="article" property="og:type" />
|
||||
<meta content="summary_large_image" property="twitter:card" />
|
||||
<meta content="{{ map['Name'] }}" property="og:title" />
|
||||
{% if map['Description'] != '' %}<meta content="{{ map['Description'] }}" property="og:description" />{% endif %}
|
||||
<meta content="{{ map['Name'] }} (by {{ map['CreatorName'] }})" property="og:title" />
|
||||
<meta content="{{ map['NumThumbsUp'] }} 👍 {{ map['NumThumbsDown'] }} 👎
|
||||
{% if map['Description'] != '' %}{{ map['Description'] }}{% endif %}" property="og:description" />
|
||||
<meta content="https://iwm-browser.magmaus3.eu.org/level/{{ map['ID'] }}" property="og:url" />
|
||||
<meta content="{{ THUMB_URL }}/{{ map['ID'] }}.png" property="og:image" />
|
||||
<meta content="{{ THUMB_URL }}/{{ map['ID'] }}.png" property="twitter:image" />
|
||||
|
|
Loading…
Reference in a new issue