Add more rich meta tags (#121)
This commit is contained in:
parent
71501b064c
commit
38230ed473
@ -10,7 +10,20 @@
|
|||||||
{% block root %}/r/{{ post.community }}{% endblock %}{% block location %}r/{{ post.community }}{% endblock %}
|
{% block root %}/r/{{ post.community }}{% endblock %}{% block location %}r/{{ post.community }}{% endblock %}
|
||||||
{% block head %}
|
{% block head %}
|
||||||
{% call super() %}
|
{% call super() %}
|
||||||
|
<!-- Meta Tags -->
|
||||||
<meta name="author" content="u/{{ post.author.name }}">
|
<meta name="author" content="u/{{ post.author.name }}">
|
||||||
|
<meta name="title" content="{{ post.title }} - r/{{ post.community }}">
|
||||||
|
<meta name="description" content="View on Libreddit, an alternative private front-end to Reddit.">
|
||||||
|
<meta property="og:type" content="website">
|
||||||
|
<meta property="og:url" content="{{ post.permalink }}">
|
||||||
|
<meta property="og:title" content="{{ post.title }} - r/{{ post.community }}">
|
||||||
|
<meta property="og:description" content="View on Libreddit, an alternative private front-end to Reddit.">
|
||||||
|
<meta property="og:image" content="{{ post.thumbnail.url }}">
|
||||||
|
<meta property="twitter:card" content="summary_large_image">
|
||||||
|
<meta property="twitter:url" content="{{ post.permalink }}">
|
||||||
|
<meta property="twitter:title" content="{{ post.title }} - r/{{ post.community }}">
|
||||||
|
<meta property="twitter:description" content="View on Libreddit, an alternative private front-end to Reddit.">
|
||||||
|
<meta property="twitter:image" content="{{ post.thumbnail.url }}">
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block subscriptions %}
|
{% block subscriptions %}
|
||||||
|
Loading…
Reference in New Issue
Block a user