Add favico
After Width: | Height: | Size: 13 KiB |
After Width: | Height: | Size: 15 KiB |
After Width: | Height: | Size: 20 KiB |
After Width: | Height: | Size: 3.9 KiB |
After Width: | Height: | Size: 6.1 KiB |
After Width: | Height: | Size: 23 KiB |
After Width: | Height: | Size: 23 KiB |
After Width: | Height: | Size: 39 KiB |
After Width: | Height: | Size: 1.5 KiB |
After Width: | Height: | Size: 5.0 KiB |
After Width: | Height: | Size: 11 KiB |
After Width: | Height: | Size: 17 KiB |
After Width: | Height: | Size: 485 B |
|
@ -10,6 +10,17 @@
|
|||
{{ $bg := resources.Get "img/hero_home.png" }}
|
||||
.has-bg-img { background: url('{{ $bg.Permalink }}')center center; background-size:cover; }
|
||||
</style>
|
||||
<!-- Favico -->
|
||||
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
|
||||
<link rel="apple-touch-icon" sizes="152x152" href="apple-touch-icon.png">
|
||||
<link rel="apple-touch-icon" sizes="60x60" href="apple-touch-icon-60x60.png">
|
||||
<link rel="apple-touch-icon" sizes="76x76" href="apple-touch-icon-76x76.png">
|
||||
<link rel="apple-touch-icon" sizes="114x114" href="apple-touch-icon-114x114.png">
|
||||
<link rel="apple-touch-icon" sizes="120x120" href="apple-touch-icon-120x120.png">
|
||||
<link rel="apple-touch-icon" sizes="144x144" href="apple-touch-icon-144x144.png">
|
||||
<link rel="icon" sizes="196x196" href="favicon-196.png" type="image/png">
|
||||
<meta name="msapplication-TileImage" content="favicon-144.png">
|
||||
<meta name="msapplication-TileColor" content="#FFFFFF">
|
||||
<title>
|
||||
{{ .Site.Title }}
|
||||
</title>
|
||||
|
|