Browse Source

Merge pull request #153 from willstott101/favicon

Add a default Pinry favicon
pull/157/head
Ji Qu 5 years ago
committed by GitHub
parent
commit
209076339a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
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"/>
<title>{% block title %}Pinry{% endblock %}</title>

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

<!-- CSS -->
<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"/>


Loading…
Cancel
Save