mirror of
				https://github.com/avelino/awesome-go.git
				synced 2025-10-30 23:17:40 -04:00 
			
		
		
		
	Adding favicon, android-chrome and apple-touch icons, also the manifest.json file
This commit is contained in:
		
							parent
							
								
									c5dfdba7e1
								
							
						
					
					
						commit
						68ed966519
					
				
					 7 changed files with 31 additions and 0 deletions
				
			
		
							
								
								
									
										
											BIN
										
									
								
								tmpl/assets/favicon/android-chrome-192x192.png
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								tmpl/assets/favicon/android-chrome-192x192.png
									
										
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| 
		 After Width: | Height: | Size: 38 KiB  | 
							
								
								
									
										
											BIN
										
									
								
								tmpl/assets/favicon/android-chrome-512x512.png
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								tmpl/assets/favicon/android-chrome-512x512.png
									
										
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| 
		 After Width: | Height: | Size: 171 KiB  | 
							
								
								
									
										
											BIN
										
									
								
								tmpl/assets/favicon/apple-touch-icon.png
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								tmpl/assets/favicon/apple-touch-icon.png
									
										
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| 
		 After Width: | Height: | Size: 35 KiB  | 
							
								
								
									
										
											BIN
										
									
								
								tmpl/assets/favicon/favicon.ico
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								tmpl/assets/favicon/favicon.ico
									
										
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| 
		 After Width: | Height: | Size: 15 KiB  | 
							
								
								
									
										19
									
								
								tmpl/assets/favicon/manifest.json
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										19
									
								
								tmpl/assets/favicon/manifest.json
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,19 @@
 | 
			
		|||
{
 | 
			
		||||
  "name": "Awesome Go",
 | 
			
		||||
  "short_name": "Awesome-Go",
 | 
			
		||||
  "icons": [
 | 
			
		||||
    {
 | 
			
		||||
      "src": "./android-chrome-192x192.png",
 | 
			
		||||
      "sizes": "192x192",
 | 
			
		||||
      "type": "image/png"
 | 
			
		||||
    },
 | 
			
		||||
    {
 | 
			
		||||
      "src": "./android-chrome-512x512.png",
 | 
			
		||||
      "sizes": "512x512",
 | 
			
		||||
      "type": "image/png"
 | 
			
		||||
    }
 | 
			
		||||
  ],
 | 
			
		||||
  "theme_color": "#ffffff",
 | 
			
		||||
  "background_color": "#ffffff",
 | 
			
		||||
  "display": "standalone"
 | 
			
		||||
}
 | 
			
		||||
							
								
								
									
										6
									
								
								tmpl/cat-tmpl.html
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								tmpl/cat-tmpl.html
									
										
									
									
										vendored
									
									
								
							| 
						 | 
				
			
			@ -21,6 +21,12 @@
 | 
			
		|||
    <link rel="stylesheet" type="text/css" href="/assets/fonts/firasans.css">
 | 
			
		||||
    <link rel="stylesheet" type="text/css" href="/assets/normalize.css">
 | 
			
		||||
    <link rel="stylesheet" type="text/css" href="/assets/awesome-go.css">
 | 
			
		||||
 | 
			
		||||
    <!--ICONS-->
 | 
			
		||||
    <link rel="icon" href="./assets/favicon/favicon.ico" type="image/x-icon">
 | 
			
		||||
    <link rel="apple-touch-icon" href="./assets/favicon/apple-touch-icon.png">
 | 
			
		||||
    <link rel="manifest" href="./assets/favicon/manifest.json">
 | 
			
		||||
    
 | 
			
		||||
</head>
 | 
			
		||||
 | 
			
		||||
<body>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
							
								
								
									
										6
									
								
								tmpl/tmpl.html
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								tmpl/tmpl.html
									
										
									
									
										vendored
									
									
								
							| 
						 | 
				
			
			@ -21,6 +21,12 @@
 | 
			
		|||
    <link rel="stylesheet" type="text/css" href="/assets/fonts/firasans.css">
 | 
			
		||||
    <link rel="stylesheet" type="text/css" href="/assets/normalize.css">
 | 
			
		||||
    <link rel="stylesheet" type="text/css" href="/assets/awesome-go.css">
 | 
			
		||||
 | 
			
		||||
    <!--ICONS-->
 | 
			
		||||
    <link rel="icon" href="./assets/favicon/favicon.ico" type="image/x-icon">
 | 
			
		||||
    <link rel="apple-touch-icon" href="./assets/favicon/apple-touch-icon.png">
 | 
			
		||||
    <link rel="manifest" href="./assets/favicon/manifest.json">
 | 
			
		||||
    
 | 
			
		||||
</head>
 | 
			
		||||
 | 
			
		||||
<body>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue