diff --git a/blog/themes/mineral/layouts/_default/baseof.html b/blog/themes/mineral/layouts/_default/baseof.html index 5f8e2ec..b2a0242 100644 --- a/blog/themes/mineral/layouts/_default/baseof.html +++ b/blog/themes/mineral/layouts/_default/baseof.html @@ -1,11 +1,13 @@ - + {{- partial "head.html" . -}} - {{- partial "header.html" . -}} -
- {{- block "main" . }}{{- end }} +
+ {{- partial "header.html" . -}} +
+ {{- block "main" . }}{{- end }} +
+ {{- partial "footer.html" . -}}
- {{- partial "footer.html" . -}} diff --git a/blog/themes/mineral/layouts/partials/footer.html b/blog/themes/mineral/layouts/partials/footer.html index e69de29..da43129 100644 --- a/blog/themes/mineral/layouts/partials/footer.html +++ b/blog/themes/mineral/layouts/partials/footer.html @@ -0,0 +1,5 @@ +
+
+

copyright (c) 2021 steven ye

+
+
\ No newline at end of file diff --git a/blog/themes/mineral/layouts/partials/head.html b/blog/themes/mineral/layouts/partials/head.html index e69de29..8c51670 100644 --- a/blog/themes/mineral/layouts/partials/head.html +++ b/blog/themes/mineral/layouts/partials/head.html @@ -0,0 +1,14 @@ + + + MT_TITLE + + + + + + + + + + + \ No newline at end of file diff --git a/blog/themes/mineral/layouts/partials/header.html b/blog/themes/mineral/layouts/partials/header.html index e69de29..d24c2b9 100644 --- a/blog/themes/mineral/layouts/partials/header.html +++ b/blog/themes/mineral/layouts/partials/header.html @@ -0,0 +1,6 @@ +
+
+

MT_SITE_TITLE

+

MT_SITE_SUBTITLE

+
+
\ No newline at end of file