mirror of
https://github.com/BobbyWibowo/lolisafe.git
synced 2024-12-14 16:36:21 +00:00
Updated album.njk
Use album's description on OG tags.
This commit is contained in:
parent
da86f605c6
commit
7d55b43ef2
@ -18,14 +18,14 @@
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:title" content="{{ title | safe }} – {{ count }} files" />
|
||||
<meta property="og:url" content="{{ url }}" />
|
||||
<meta property="og:description" content="A pomf-like file uploading service that doesn't suck." />
|
||||
<meta property="og:description" content="{{ description | safe }}" />
|
||||
<meta property="og:image" content="{{ thumb }}" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
|
||||
<!-- Twitter Card tags -->
|
||||
<meta name="twitter:card" content="summary">
|
||||
<meta name="twitter:title" content="{{ title | safe }} – {{ count }} files">
|
||||
<meta name="twitter:description" content="A pomf-like file uploading service that doesn't suck.">
|
||||
<meta name="twitter:description" content="{{ description | safe }}">
|
||||
<meta name="twitter:image" content="{{ thumb }}">
|
||||
{% endblock %}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user