diff --git a/layouts/_default/list.html b/layouts/_default/list.html index 98cd27f..022f577 100644 --- a/layouts/_default/list.html +++ b/layouts/_default/list.html @@ -2,7 +2,7 @@ {{ partial "header" . }}

{{ .Title }}

- {{ range (.Paginator 10).Pages }} + {{ range .Pages }}
{{ end }}
-{{ partial "footer" . }} \ No newline at end of file +{{ partial "footer" . }} diff --git a/layouts/blog/list.html b/layouts/blog/list.html new file mode 100644 index 0000000..546c530 --- /dev/null +++ b/layouts/blog/list.html @@ -0,0 +1,21 @@ +{{ partial "head_meta" . }} +{{ partial "header" . }} +
+

Blog

+ {{ range .Pages }} +
+ + +
+ {{ end }} +
+{{ partial "footer" . }} diff --git a/layouts/blog/single.html b/layouts/blog/single.html new file mode 100644 index 0000000..21dda3b --- /dev/null +++ b/layouts/blog/single.html @@ -0,0 +1,13 @@ + +{{ partial "head_meta" . }} +{{ partial "header" . }} +
+
+

{{ .Params.Project }} - {{ .Title }}

+
+ +
+
{{ .Content }}
+
+
+{{ partial "footer" . }} \ No newline at end of file diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 01d4b1b..eb9fa2e 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -5,7 +5,7 @@ {{ if .Site.Home.AllTranslations}} {{ end }}