commit badc1b7c6286116702cd94a86165c7ebdab45942
Author: brooke
+ {{ .Summary }}{{ .Title }}
+{{ range .Pages.ByPublishDate.Reverse }}
+{{ .Title }}
+ {{ partial "metadata.html" . }}
+
+
{{ .Title }}
+{{ .Params.subTitle }}
+ {{ partial "metadata.html" . }} ++ + {{ .Count }} {{ .Page.Title }} + +
+{{ end }} {{ partial "footer.html" . }} {{ end }} diff --git a/themes/mir/layouts/index.html b/themes/mir/layouts/index.html new file mode 100644 index 0000000..aea8621 --- /dev/null +++ b/themes/mir/layouts/index.html @@ -0,0 +1,4 @@ +{{ define "main" }} +{{ partial "header.html" . }} +{{ partial "home.html" . }} +{{ end }} diff --git a/themes/mir/layouts/partials/404-text.html b/themes/mir/layouts/partials/404-text.html new file mode 100644 index 0000000..12ded72 --- /dev/null +++ b/themes/mir/layouts/partials/404-text.html @@ -0,0 +1,21 @@ ++ 404 +
++ Something's missing. +
++ Sorry, we can't find that page. You'll find lots to explore on the home + page. +
+ Back to Homepage +Copyright © {{ now.Year }} {{ .Params.copyname }}. All rights reserved.
++ {{ .Params.headerTitle }} +
++ {{ .Params.headerDesc }} +
+{{ .title }}
+{{ .description }}
+{{ .answer }}
++ {{ .Params.homeQuote }} +
+