project init

This commit is contained in:
Naej Doree
2020-07-05 21:29:18 +02:00
parent 82539b1662
commit c908d8e0b4
112 changed files with 9932 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
{{ if .Site.Params.favicon }}
<link rel="shortcut icon" href="{{ relURL ($.Site.Params.favicon) }}" type="image/x-icon" />
{{ end }}