favicon, meta tags, remove comments
This commit is contained in:
parent
8a5aae1bae
commit
5d4d95fb99
@ -4,11 +4,20 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="author" content="Corban-Lee">
|
||||
<meta name="description" content="Python RSS Discord Bot Dashboard">
|
||||
<meta name="keywords" content="Discord, Python, RSS, Feed, News">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||
|
||||
<title>
|
||||
PYRSS{% block title %}{% endblock %}
|
||||
</title>
|
||||
|
||||
<link rel="apple-touch-icon" href="{% static 'images/favicon/apple-touch-icon.png' %}">
|
||||
<link rel="icon" sizes="16x16" href="{% static 'images/favicon/favicon-16x16.png' %}">
|
||||
<link rel="icon" sizes="32x32" href="{% static 'images/favicon/favicon-32x32.png' %}">
|
||||
<link rel="icon" href="{% static 'images/favicon/favicon.ico' %}">
|
||||
|
||||
<link type="text/css" rel="stylesheet" href="{% static '/css/bootstrap.css' %}" />
|
||||
<link type="text/css" rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css">
|
||||
<link type="text/css" rel="stylesheet" href="{% static '/css/colours.css' %}" />
|
||||
@ -18,7 +27,6 @@
|
||||
<link type="text/css" rel="stylesheet" href="{% static '/css/select2.min.css' %}">
|
||||
<link type="text/css" rel="stylesheet" href="{% static '/css/select2-bootstrap.min.css' %}">
|
||||
|
||||
|
||||
{% block stylesheets %}{% endblock stylesheets %}
|
||||
</head>
|
||||
<body data-bs-theme="light" class="bg-body vh-100">
|
||||
@ -29,10 +37,6 @@
|
||||
{% include 'includes/footer.html' %}
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
{% comment %} {% include 'includes/footer.html' %} {% endcomment %}
|
||||
|
||||
{% include 'includes/toasts.html' %}
|
||||
|
||||
<script>
|
||||
@ -48,7 +52,6 @@
|
||||
<script src="{% static '/js/toasts.js' %}"></script>
|
||||
<script src="{% static '/js/base.js' %%}"></script>
|
||||
|
||||
{% block javascript %}{% endblock javascript %}
|
||||
|
||||
{% block javascript %}{% endblock javascript %}
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
x
Reference in New Issue
Block a user