Include icons in header (sizes: 16, 32)
This commit is contained in:
parent
8178c40275
commit
55f83239d4
1 changed files with 2 additions and 0 deletions
|
@ -10,6 +10,8 @@
|
|||
{{ if .Site.Params.opengraph }}{{ template "_internal/opengraph.html" . }}{{ end }}
|
||||
{{ if .Site.Params.twitter_cards }}{{ template "_internal/twitter_cards.html" . }}{{ end }}
|
||||
<link rel="stylesheet" href="{{ "css/main.css" | relURL }}">
|
||||
<link rel="icon" href="{{ "icons/16.png" | relURL }}" sizes="16x16" type="image/png">
|
||||
<link rel="icon" href="{{ "icons/32.png" | relURL }}" sizes="32x32" type="image/png">
|
||||
{{ template "_internal/google_analytics_async.html" . }}
|
||||
</head>
|
||||
<body>
|
||||
|
|
Loading…
Reference in a new issue