Remove duplicate "description" meta tag for posts

This commit is contained in:
spikecodes 2021-03-10 21:41:39 -08:00
parent f0b69f8a4a
commit cda19a1912
No known key found for this signature in database
GPG Key ID: 004CECFF9B463BCB
1 changed files with 0 additions and 1 deletions

View File

@ -13,7 +13,6 @@
<!-- Meta Tags -->
<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 }}">