Add Meta data theme color

This commit sets the discord/link embed theme to match handmade brand
This commit is contained in:
Allan Regush 2022-07-21 07:36:16 -06:00
parent 7ba8df3942
commit 82336e6cb6
2 changed files with 2 additions and 1 deletions

View File

@ -50,7 +50,7 @@
<link rel="icon" type="image/png" sizes="400x400" href="{{ static "logo.png" }}">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="{{ static "ms-icon-144x144.png" }}">
<meta name="theme-color" content="#ffffff">
<meta name="theme-color" content="#346ba6">
<script>
MathJax = {

View File

@ -24,6 +24,7 @@
{{ else }}
<title>Handmade Network</title>
{{ end }}
<meta name="theme-color" content="#346ba6">
<script src="{{ static "js/templates.js" }}"></script>
<script src="{{ static "js/showcase.js" }}"></script>