Commit 0ed6f2be authored by Laura Heimann's avatar Laura Heimann

fixed typo in open graph notes

parent 3fa6b2ee
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
{% block meta %} {% block meta %}
<meta property="og:title" content="{{ song.title }} on SpinShare"/> <meta property="og:title" content="{{ song.title }} on SpinShare"/>
<meta property="og:description" content="Charted by {{ song.charter }} &dash; Views: {{ song.views|default(0) }}, Downloads: {{ song.downloads|default(0) }} &dash; {% if song.hasEasyDifficulty %}(E {{ song.easyDifficulty }}) {%endif%}{% if song.hasNormalDifficulty %}(´N {{ song.normalDifficulty }}) {%endif%}{% if song.hasHardDifficulty %}(H {{ song.hardDifficulty }}) {%endif%}{% if song.hasExtremeDifficulty %}(EX {{ song.expertDifficulty }}) {%endif%}{% if song.hasXDDifficulty %}(E {{ song.XDDifficulty }}) {%endif%}"/> <meta property="og:description" content="Charted by {{ song.charter }} &dash; Views: {{ song.views|default(0) }}, Downloads: {{ song.downloads|default(0) }} &dash; {% if song.hasEasyDifficulty %}(E-{{ song.easyDifficulty }}) {%endif%}{% if song.hasNormalDifficulty %}(N-{{ song.normalDifficulty }}) {%endif%}{% if song.hasHardDifficulty %}(H-{{ song.hardDifficulty }}) {%endif%}{% if song.hasExtremeDifficulty %}(EX-{{ song.expertDifficulty }}) {%endif%}{% if song.hasXDDifficulty %}(XD-{{ song.XDDifficulty }}) {%endif%}"/>
<meta property="og:type" content="music.song"/> <meta property="og:type" content="music.song"/>
<meta property="og:url" content="{{ path('song.detail', {songId: song.id}) }}"/> <meta property="og:url" content="{{ path('song.detail', {songId: song.id}) }}"/>
<meta property="og:image" content="{{ asset("uploads/thumbnail/" ~ song.fileReference ~ ".jpg?v=" ~ date().timestamp) }}"/> <meta property="og:image" content="{{ asset("uploads/thumbnail/" ~ song.fileReference ~ ".jpg?v=" ~ date().timestamp) }}"/>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment