+
+
+ {{ .Page.Title }}
+
+ {{ .Page.Content }}
+
+
+
+ + +
+ + {{ if .Site.DisqusShortname }} + {{ partial "disqus.html" . }} + {{ end }} +
diff --git a/archetypes/default.md b/archetypes/default.md index ac36e06..88b1790 100644 --- a/archetypes/default.md +++ b/archetypes/default.md @@ -1,2 +1,6 @@ -+++ -+++ +--- +hero: /assets/images/background/sunrise.jpg +author: + name: Md. Emruz Hossain + image: /assets/images/profile-image.jpg +--- diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 5f8e2ec..8a53b6d 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -1,11 +1,34 @@ - {{- partial "head.html" . -}} -
- {{- partial "header.html" . -}} -