mirror of
https://github.com/Brandon-Rozek/website-theme.git
synced 2024-11-09 10:50:34 -05:00
Can now add identities via the config file (for IndieAuth)
This commit is contained in:
parent
cd7600e6fd
commit
16f4591723
1 changed files with 5 additions and 0 deletions
|
@ -12,6 +12,11 @@
|
|||
<meta name="author" content="{{ .Site.Params.Author }}" />
|
||||
<link rel="shortcut icon" type="image/x-icon" href="/img/{{ .Site.Params.favicon }}">
|
||||
|
||||
<!-- Identities -->
|
||||
{{ range .Site.Params.identities}}
|
||||
<link href="{{.}}" rel="me"/>
|
||||
{{ end }}
|
||||
|
||||
<!-- css -->
|
||||
{{ $style := resources.Get "css/style.css" }}
|
||||
{{ $markdown := resources.Get "css/markdown.css" }}
|
||||
|
|
Loading…
Reference in a new issue