Browse Source

Add a default pinry favicon

pull/153/head
Will Stott 5 years ago
parent
commit
fe2adf1856
2 changed files with 2 additions and 0 deletions
  1. BIN
      pinry/static/favicon.png
  2. +2
    -0
      pinry/templates/base.html

BIN
pinry/static/favicon.png View File

Before After
Width: 200  |  Height: 200  |  Size: 5.4 KiB

+ 2
- 0
pinry/templates/base.html View File

@@ -6,6 +6,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"/> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"/>
<title>{% block title %}Pinry{% endblock %}</title> <title>{% block title %}Pinry{% endblock %}</title>


<link rel="shortcut icon" type="image/png" href="/static/favicon.png"/>

<!-- CSS --> <!-- CSS -->
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,700"/> <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,700"/>
<link rel="stylesheet" href="https://unpkg.com/bootstrap@3.3.6/dist/css/bootstrap.min.css"/> <link rel="stylesheet" href="https://unpkg.com/bootstrap@3.3.6/dist/css/bootstrap.min.css"/>


Loading…
Cancel
Save