change to hugo-blog-awesome theme
This commit is contained in:
parent
113e3650f1
commit
15b6142a8e
131 changed files with 5895 additions and 124 deletions
|
@ -0,0 +1,8 @@
|
|||
{{
|
||||
$ctx := merge (.Site.Params.browserconfig | default dict)
|
||||
(dict
|
||||
"TileColor" (.Site.Params.browserconfig.TileColor | default "#2d89ef" )
|
||||
)
|
||||
}}
|
||||
<meta name="msapplication-config" content="{{ (resources.Get "icons/browserconfig.xml" | resources.ExecuteAsTemplate "browserconfig.xml" $ctx).RelPermalink }}">
|
||||
<meta name="msapplication-TileColor" content="{{ $ctx.TileColor }}">
|
Loading…
Add table
Add a link
Reference in a new issue