open graph meta tags
All checks were successful
Build and Push Docker Image / build (push) Successful in 12s
All checks were successful
Build and Push Docker Image / build (push) Successful in 12s
This commit is contained in:
parent
a549b0632f
commit
3a2eda2566
@ -5,10 +5,21 @@
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="author" content="Corban-Lee">
|
||||
<meta name="description" content="Python RSS Discord Bot Dashboard">
|
||||
<meta name="description" content="A feature-rich rss content aggregator for Discord">
|
||||
<meta name="keywords" content="Discord, Python, RSS, Feed, News">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||
|
||||
<meta property="og:title" content="PYRSS">
|
||||
<meta property="og:description" content="A feature-rich rss content aggregator for Discord">
|
||||
<meta property="og:image" content="{% static 'images/light-mode.png' %}">
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:locale" content="en_GB" />
|
||||
|
||||
<meta name="twitter:title" content="PYRSS">
|
||||
<meta name="twitter:description" content="A feature-rich rss content aggregator for Discord">
|
||||
<meta name="twitter:image" content="https://alpha.corbz.dev/static/images/light-mode.png">
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
|
||||
<title>
|
||||
PYRSS{% block title %}{% endblock %}
|
||||
</title>
|
||||
|
Loading…
x
Reference in New Issue
Block a user