Add favicon link to all HTML templates.
This commit is contained in:
		
							parent
							
								
									675c2eaef9
								
							
						
					
					
						commit
						a39e600619
					
				
					 12 changed files with 13 additions and 0 deletions
				
			
		|  | @ -5,6 +5,7 @@ | |||
|     <title>Admin control</title> | ||||
|     <meta charset="UTF-8"> | ||||
|     <meta name="viewport" content="width=device-width, initial-scale=1.0"/> | ||||
|     <link rel="icon" href="/favicon.png" type="image/png"/> | ||||
|     <link rel="stylesheet" href="/static/css/common.css"> | ||||
|     <link rel="stylesheet" href="/static/css/etiquette.css"> | ||||
|     {% if theme %}<link rel="stylesheet" href="/static/css/theme_{{theme}}.css">{% endif %} | ||||
|  |  | |||
|  | @ -85,6 +85,7 @@ | |||
|     <title>Albums</title> | ||||
|     <meta charset="UTF-8"> | ||||
|     <meta name="viewport" content="width=device-width, initial-scale=1.0"/> | ||||
|     <link rel="icon" href="/favicon.png" type="image/png"/> | ||||
|     <link rel="stylesheet" href="/static/css/common.css"> | ||||
|     <link rel="stylesheet" href="/static/css/etiquette.css"> | ||||
|     <link rel="stylesheet" href="/static/css/cards.css"> | ||||
|  | @ -139,6 +140,7 @@ const ALBUM_ID = undefined; | |||
|     <title>{{album.display_name}} | Albums</title> | ||||
|     <meta charset="UTF-8"> | ||||
|     <meta name="viewport" content="width=device-width, initial-scale=1.0"/> | ||||
|     <link rel="icon" href="/favicon.png" type="image/png"/> | ||||
|     <link rel="stylesheet" href="/static/css/common.css"> | ||||
|     <link rel="stylesheet" href="/static/css/etiquette.css"> | ||||
|     <link rel="stylesheet" href="/static/css/clipboard_tray.css"> | ||||
|  |  | |||
|  | @ -6,6 +6,7 @@ | |||
|     <title>Bookmarks</title> | ||||
|     <meta charset="UTF-8"> | ||||
|     <meta name="viewport" content="width=device-width, initial-scale=1.0"/> | ||||
|     <link rel="icon" href="/favicon.png" type="image/png"/> | ||||
|     <link rel="stylesheet" href="/static/css/common.css"> | ||||
|     <link rel="stylesheet" href="/static/css/etiquette.css"> | ||||
|     <link rel="stylesheet" href="/static/css/cards.css"> | ||||
|  |  | |||
|  | @ -6,6 +6,7 @@ | |||
|     <title>Clipboard</title> | ||||
|     <meta charset="UTF-8"> | ||||
|     <meta name="viewport" content="width=device-width, initial-scale=1.0"/> | ||||
|     <link rel="icon" href="/favicon.png" type="image/png"/> | ||||
|     <link rel="stylesheet" href="/static/css/common.css"> | ||||
|     <link rel="stylesheet" href="/static/css/etiquette.css"> | ||||
|     <link rel="stylesheet" href="/static/css/cards.css"> | ||||
|  |  | |||
|  | @ -5,6 +5,7 @@ | |||
|     <title>Login/Register</title> | ||||
|     <meta charset="UTF-8"> | ||||
|     <meta name="viewport" content="width=device-width, initial-scale=1.0"/> | ||||
|     <link rel="icon" href="/favicon.png" type="image/png"/> | ||||
|     <link rel="stylesheet" href="/static/css/common.css"> | ||||
|     <link rel="stylesheet" href="/static/css/etiquette.css"> | ||||
|     {% if theme %}<link rel="stylesheet" href="/static/css/theme_{{theme}}.css">{% endif %} | ||||
|  |  | |||
|  | @ -6,6 +6,7 @@ | |||
|     <title>{{photo.basename}} | Photos</title> | ||||
|     <meta charset="UTF-8"> | ||||
|     <meta name="viewport" content="width=device-width, initial-scale=1.0"/> | ||||
|     <link rel="icon" href="/favicon.png" type="image/png"/> | ||||
|     <link rel="stylesheet" href="/static/css/common.css"> | ||||
|     <link rel="stylesheet" href="/static/css/etiquette.css"> | ||||
|     <link rel="stylesheet" href="/static/css/cards.css"> | ||||
|  |  | |||
|  | @ -4,6 +4,7 @@ | |||
|     <title>Etiquette</title> | ||||
|     <meta charset="UTF-8"> | ||||
|     <meta name="viewport" content="width=device-width, initial-scale=1.0"/> | ||||
|     <link rel="icon" href="/favicon.png" type="image/png"/> | ||||
|     <link rel="stylesheet" href="/static/css/common.css"> | ||||
|     <link rel="stylesheet" href="/static/css/etiquette.css"> | ||||
|     {% if theme %}<link rel="stylesheet" href="/static/css/theme_{{theme}}.css">{% endif %} | ||||
|  |  | |||
|  | @ -7,6 +7,7 @@ | |||
|     <title>Search</title> | ||||
|     <meta charset="UTF-8"> | ||||
|     <meta name="viewport" content="width=device-width, initial-scale=1.0"/> | ||||
|     <link rel="icon" href="/favicon.png" type="image/png"/> | ||||
|     <link rel="stylesheet" href="/static/css/common.css"> | ||||
|     <link rel="stylesheet" href="/static/css/etiquette.css"> | ||||
|     <link rel="stylesheet" href="/static/css/cards.css"> | ||||
|  |  | |||
|  | @ -6,6 +6,7 @@ | |||
|     <title>Swipe</title> | ||||
|     <meta charset="UTF-8"> | ||||
|     <meta name="viewport" content="width=device-width, initial-scale=1.0"/> | ||||
|     <link rel="icon" href="/favicon.png" type="image/png"/> | ||||
|     <link rel="stylesheet" href="/static/css/common.css"> | ||||
|     <link rel="stylesheet" href="/static/css/etiquette.css"> | ||||
|     <link rel="stylesheet" href="/static/css/cards.css"> | ||||
|  |  | |||
|  | @ -10,6 +10,7 @@ | |||
|     {% endif %} | ||||
|     <meta charset="UTF-8"> | ||||
|     <meta name="viewport" content="width=device-width, initial-scale=1.0"/> | ||||
|     <link rel="icon" href="/favicon.png" type="image/png"/> | ||||
|     <link rel="stylesheet" href="/static/css/common.css"> | ||||
|     <link rel="stylesheet" href="/static/css/etiquette.css"> | ||||
|     <link rel="stylesheet" href="/static/css/cards.css"> | ||||
|  |  | |||
|  | @ -5,6 +5,7 @@ | |||
|     <title>Flasksite</title> | ||||
|     <meta charset="UTF-8"> | ||||
|     <meta name="viewport" content="width=device-width, initial-scale=1.0"/> | ||||
|     <link rel="icon" href="/favicon.png" type="image/png"/> | ||||
|     <link rel="stylesheet" href="/static/css/common.css"> | ||||
|     <link rel="stylesheet" href="/static/css/etiquette.css"> | ||||
|     {% if theme %}<link rel="stylesheet" href="/static/css/theme_{{theme}}.css">{% endif %} | ||||
|  |  | |||
|  | @ -6,6 +6,7 @@ | |||
|     <title class="dynamic_user_display_name">{{user.display_name}}</title> | ||||
|     <meta charset="UTF-8"> | ||||
|     <meta name="viewport" content="width=device-width, initial-scale=1.0"/> | ||||
|     <link rel="icon" href="/favicon.png" type="image/png"/> | ||||
|     <link rel="stylesheet" href="/static/css/common.css"> | ||||
|     <link rel="stylesheet" href="/static/css/etiquette.css"> | ||||
|     <link rel="stylesheet" href="/static/css/cards.css"> | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue