We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77eb329 commit e441e7fCopy full SHA for e441e7f
layouts/_default/baseof.html
@@ -2,6 +2,7 @@
2
<html>
3
<head>
4
<title>{{ .Title }}</title>
5
+ <link rel="icon" href="{{ relURL "favicon.ico" }}">
6
{{- $style := resources.Get "sass/main.scss" | resources.ExecuteAsTemplate "main.scss" . | css.Sass }}
7
<link rel="stylesheet" href="{{ $style.RelPermalink }}">
8
</head>
static/favicon.ico
35 KB
0 commit comments