mirror of
https://github.com/Brandon-Rozek/website-theme.git
synced 2024-11-09 10:50:34 -05:00
Merge pull request #61 from k----n/master
Display the author instead of "map[]"
This commit is contained in:
commit
f2aba4ffbf
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<meta name="author" content="{{ .Site.Author }}" />
|
<meta name="author" content="{{ .Site.Params.Author }}" />
|
||||||
<link rel="shortcut icon" type="image/x-icon" href="/img/{{ .Site.Params.favicon }}">
|
<link rel="shortcut icon" type="image/x-icon" href="/img/{{ .Site.Params.favicon }}">
|
||||||
|
|
||||||
<!-- css -->
|
<!-- css -->
|
||||||
|
|
Loading…
Reference in a new issue