andofrjando 8 years ago
parent
commit
4bdde2b654
No known key found for this signature in database GPG Key ID: F5978346E0803DC0
  1. 2
      .gitignore
  2. 3
      couchpotato/templates/index.html

2
.gitignore

@ -14,3 +14,5 @@ nosetests.xml
# Visual Studio
/.vs
.DS_Store

3
couchpotato/templates/index.html

@ -15,6 +15,9 @@
<!-- IOS -->
<link rel="apple-touch-icon-precomposed" href="{{ themed_icon_path }}ios.png" />
<!-- Safari Pinned Tab Icon -->
<link rel="mask-icon" href="{{ themed_icon_path }}safari.svg" color="#AC0000">
<!-- Android -->
<link rel="icon" type="image/png" href="{{ themed_icon_path }}android.png" sizes="192x192">

Loading…
Cancel
Save