Skip to content

Commit

Permalink
Add favicon to layout
Browse files Browse the repository at this point in the history
  • Loading branch information
tekktrik committed Jan 5, 2024
1 parent 829321f commit 3933d71
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions flask_app/templates/layout/_layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@
{% endblock %}
<title>{% block title %}{% endblock %}</title>
<link rel="stylesheet" href="/static/css/style.css">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
{{ bootstrap.load_css() }}
</head>
<body>
Expand Down

0 comments on commit 3933d71

Please sign in to comment.