Added additional meta info to base.html
This commit is contained in:
parent
804556b74d
commit
7c22a70722
@ -3,7 +3,15 @@
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="theme-color" content="#000000">
|
||||
<meta name="application-name" content="Snek chat by Molodetz">
|
||||
<meta name="description" content="Snek chat by Molodetz">
|
||||
<meta name="author" content="Molodetz">
|
||||
<meta name="keywords" content="snek, chat, molodetz">
|
||||
<meta name="color-scheme" content="dark">
|
||||
|
||||
<title>{% block title %}Snek chat by Molodetz{% endblock %}</title>
|
||||
|
||||
<script src="/app.js"></script>
|
||||
<script src="/message-list.js"></script>
|
||||
<style>{{ highlight_styles }}</style>
|
||||
|
Loading…
Reference in New Issue
Block a user