Remove duplicate "description" meta tag for posts
This commit is contained in:
parent
f0b69f8a4a
commit
cda19a1912
@ -13,7 +13,6 @@
|
|||||||
<!-- Meta Tags -->
|
<!-- 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="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:type" content="website">
|
||||||
<meta property="og:url" content="{{ post.permalink }}">
|
<meta property="og:url" content="{{ post.permalink }}">
|
||||||
<meta property="og:title" content="{{ post.title }} - r/{{ post.community }}">
|
<meta property="og:title" content="{{ post.title }} - r/{{ post.community }}">
|
||||||
|
Loading…
Reference in New Issue
Block a user