Skip to content

Commit 5ba9c4d

Browse files
committed
add logo favicon for all pages via base template
1 parent 77eb329 commit 5ba9c4d

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

layouts/_default/baseof.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<html>
33
<head>
44
<title>{{ .Title }}</title>
5+
<link rel="icon" href="{{ relURL "favicon.ico" }}">
56
{{- $style := resources.Get "sass/main.scss" | resources.ExecuteAsTemplate "main.scss" . | css.Sass }}
67
<link rel="stylesheet" href="{{ $style.RelPermalink }}">
78
</head>

static/favicon.ico

60.2 KB
Binary file not shown.

0 commit comments

Comments
 (0)