Skip to content

Commit

Permalink
themes: add favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
changkun committed Aug 9, 2021
1 parent b5b27d7 commit c82fbfd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions themes/research/layouts/_default/baseof.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
{{ with .Site.Params.description }}<meta name="description" content="{{ . }}">{{ end }}
{{ with .Site.Params.author }}<meta name="author" content="{{ . }}">{{ end }}
<link rel="stylesheet" href="{{ "css/style.css" | relURL }}">
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico"/>
{{ range .Site.Params.customCSS -}}
<link rel="stylesheet" href="{{ . | relURL }}?rnd={{ now.Unix }}">
{{- end }}
Expand Down

0 comments on commit c82fbfd

Please sign in to comment.