Skip to content

Commit 6b27825

Browse files
authored
Merge pull request ghostunnel#686 from ghostunnel/cs/fav
Add a favicon
2 parents a438b7c + 54aecd3 commit 6b27825

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

website/layouts/partials/head.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22
<meta name="viewport" content="width=device-width, initial-scale=1">
33
<title>{{ if not .IsHome }}{{ .Title }} - {{ end }}{{ .Site.Title }}</title>
44
<meta name="description" content="{{ with .Description }}{{ . }}{{ else }}{{ .Site.Params.description }}{{ end }}">
5+
<link rel="icon" href="{{ "favicon.svg" | relURL }}" type="image/svg+xml">
56
<link rel="stylesheet" href="{{ "css/style.css" | relURL }}">

website/static/favicon.svg

Lines changed: 5 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)