We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77eb329 commit 5ba9c4dCopy full SHA for 5ba9c4d
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
60.2 KB
0 commit comments