diff --git a/layouts/index.html b/layouts/index.html index 269d142..75883f7 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -1,5 +1,4 @@ {{ define "main" }} -
diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 3548b05..a89420e 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -7,15 +7,15 @@ - + - - - - - + + + + + {{ $style := resources.Get "css/style.css" | resources.ExecuteAsTemplate "css/style.css" . -}} diff --git a/layouts/partials/header.html b/layouts/partials/header.html index 9c831c1..8fbbe91 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -10,10 +10,10 @@
-

Hexo

+

{{ .Site.Title }}

-

Find the hexo

+

{{ .Site.Params.subtitle }}

@@ -47,8 +47,8 @@
John Doe -

John Doe

-
+

{{ .Site.Params.author }}

+
{{ .Site.Params.description }}