diff --git a/layouts/_default/li.html b/layouts/_default/li.html
index 25cd933..5217082 100644
--- a/layouts/_default/li.html
+++ b/layouts/_default/li.html
@@ -4,8 +4,8 @@
{{ end }}
{{ .Title }}
- Posted
{{ .Description }}
+ Posted
\ No newline at end of file
diff --git a/layouts/_default/list.html b/layouts/_default/list.html
index 5830f2d..9205cad 100644
--- a/layouts/_default/list.html
+++ b/layouts/_default/list.html
@@ -2,16 +2,18 @@
{{ partial "head.html" . }}
-
+ {{ partial "header.html" . }}
+
{{.Content}}
- {{ range $index, $page := .Paginator.Pages }}
+ {{ range .Paginator.Pages }}
{{ .Render "li" }}
{{ end }}
+ {{ partial "footer.html" . }}
{{ partial "scripts.html" . }}
\ No newline at end of file
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index e69de29..aad942d 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -0,0 +1,3 @@
+
\ No newline at end of file
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index e69de29..aa964bd 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -0,0 +1,3 @@
+
\ No newline at end of file
diff --git a/layouts/partials/scripts.html b/layouts/partials/scripts.html
index fa1f3aa..bc3a40b 100644
--- a/layouts/partials/scripts.html
+++ b/layouts/partials/scripts.html
@@ -1,4 +1,5 @@
+