Moved favicon stuff to lessen static folder clutter.

This commit is contained in:
neviyn 2015-10-21 20:09:45 +01:00
parent 3bcdbd621e
commit 6e0ceb9f9e
29 changed files with 16 additions and 16 deletions

View File

Before

Width:  |  Height:  |  Size: 2.7 KiB

After

Width:  |  Height:  |  Size: 2.7 KiB

View File

Before

Width:  |  Height:  |  Size: 3.7 KiB

After

Width:  |  Height:  |  Size: 3.7 KiB

View File

Before

Width:  |  Height:  |  Size: 814 B

After

Width:  |  Height:  |  Size: 814 B

View File

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 1.0 KiB

View File

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 1.9 KiB

View File

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 1.9 KiB

View File

Before

Width:  |  Height:  |  Size: 2.0 KiB

After

Width:  |  Height:  |  Size: 2.0 KiB

View File

Before

Width:  |  Height:  |  Size: 2.5 KiB

After

Width:  |  Height:  |  Size: 2.5 KiB

View File

Before

Width:  |  Height:  |  Size: 2.6 KiB

After

Width:  |  Height:  |  Size: 2.6 KiB

View File

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 3.1 KiB

View File

Before

Width:  |  Height:  |  Size: 982 B

After

Width:  |  Height:  |  Size: 982 B

View File

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 1.0 KiB

View File

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

Before

Width:  |  Height:  |  Size: 3.5 KiB

After

Width:  |  Height:  |  Size: 3.5 KiB

View File

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 3.1 KiB

View File

Before

Width:  |  Height:  |  Size: 426 B

After

Width:  |  Height:  |  Size: 426 B

View File

Before

Width:  |  Height:  |  Size: 715 B

After

Width:  |  Height:  |  Size: 715 B

View File

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 1.9 KiB

View File

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB

View File

Before

Width:  |  Height:  |  Size: 2.7 KiB

After

Width:  |  Height:  |  Size: 2.7 KiB

View File

Before

Width:  |  Height:  |  Size: 2.4 KiB

After

Width:  |  Height:  |  Size: 2.4 KiB

View File

Before

Width:  |  Height:  |  Size: 2.5 KiB

After

Width:  |  Height:  |  Size: 2.5 KiB

View File

Before

Width:  |  Height:  |  Size: 4.8 KiB

After

Width:  |  Height:  |  Size: 4.8 KiB

View File

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

@ -2,23 +2,23 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<link rel="shortcut icon" href="{{ url_for('static', filename='favicon.ico') }}"> <link rel="shortcut icon" href="{{ url_for('static', filename='favicon/favicon.ico') }}">
<link rel="apple-touch-icon" sizes="57x57" href="{{ url_for('static', filename="apple-touch-icon-57x57.png")}}"> <link rel="apple-touch-icon" sizes="57x57" href="{{ url_for('static', filename="favicon/apple-touch-icon-57x57.png")}}">
<link rel="apple-touch-icon" sizes="60x60" href="{{ url_for('static', filename="apple-touch-icon-60x60.png")}}"> <link rel="apple-touch-icon" sizes="60x60" href="{{ url_for('static', filename="favicon/apple-touch-icon-60x60.png")}}">
<link rel="apple-touch-icon" sizes="72x72" href="{{ url_for('static', filename="apple-touch-icon-72x72.png")}}"> <link rel="apple-touch-icon" sizes="72x72" href="{{ url_for('static', filename="favicon/apple-touch-icon-72x72.png")}}">
<link rel="apple-touch-icon" sizes="76x76" href="{{ url_for('static', filename="apple-touch-icon-76x76.png")}}"> <link rel="apple-touch-icon" sizes="76x76" href="{{ url_for('static', filename="favicon/apple-touch-icon-76x76.png")}}">
<link rel="apple-touch-icon" sizes="114x114" href="{{ url_for('static', filename="apple-touch-icon-114x114.png")}}"> <link rel="apple-touch-icon" sizes="114x114" href="{{ url_for('static', filename="favicon/apple-touch-icon-114x114.png")}}">
<link rel="apple-touch-icon" sizes="120x120" href="{{ url_for('static', filename="apple-touch-icon-120x120.png")}}"> <link rel="apple-touch-icon" sizes="120x120" href="{{ url_for('static', filename="favicon/apple-touch-icon-120x120.png")}}">
<link rel="apple-touch-icon" sizes="144x144" href="{{ url_for('static', filename="apple-touch-icon-144x144.png")}}"> <link rel="apple-touch-icon" sizes="144x144" href="{{ url_for('static', filename="favicon/apple-touch-icon-144x144.png")}}">
<link rel="apple-touch-icon" sizes="152x152" href="{{ url_for('static', filename="apple-touch-icon-152x152.png")}}"> <link rel="apple-touch-icon" sizes="152x152" href="{{ url_for('static', filename="favicon/apple-touch-icon-152x152.png")}}">
<link rel="apple-touch-icon" sizes="180x180" href="{{ url_for('static', filename="apple-touch-icon-180x180.png")}}"> <link rel="apple-touch-icon" sizes="180x180" href="{{ url_for('static', filename="favicon/apple-touch-icon-180x180.png")}}">
<link rel="icon" type="image/png" href="{{ url_for('static', filename="favicon-32x32.png")}}" sizes="32x32"> <link rel="icon" type="image/png" href="{{ url_for('static', filename="favicon/favicon-32x32.png")}}" sizes="32x32">
<link rel="icon" type="image/png" href="{{ url_for('static', filename="android-chrome-192x192.png")}}" sizes="192x192"> <link rel="icon" type="image/png" href="{{ url_for('static', filename="favicon/android-chrome-192x192.png")}}" sizes="192x192">
<link rel="icon" type="image/png" href="{{ url_for('static', filename="favicon-96x96.png")}}" sizes="96x96"> <link rel="icon" type="image/png" href="{{ url_for('static', filename="favicon/favicon-96x96.png")}}" sizes="96x96">
<link rel="icon" type="image/png" href="{{ url_for('static', filename="favicon-16x16.png")}}" sizes="16x16"> <link rel="icon" type="image/png" href="{{ url_for('static', filename="favicon/favicon-16x16.png")}}" sizes="16x16">
<link rel="manifest" href="{{ url_for('static', filename="manifest.json")}}"> <link rel="manifest" href="{{ url_for('static', filename="favicon/manifest.json")}}">
<meta name="msapplication-TileColor" content="#da532c"> <meta name="msapplication-TileColor" content="#da532c">
<meta name="msapplication-TileImage" content="{{ url_for('static', filename="mstile-144x144.png")}}"> <meta name="msapplication-TileImage" content="{{ url_for('static', filename="favicon/mstile-144x144.png")}}">
<meta name="theme-color" content="#ffffff"> <meta name="theme-color" content="#ffffff">
<title>炎の亀</title> <title>炎の亀</title>
<!-- Latest compiled and minified CSS --> <!-- Latest compiled and minified CSS -->