diff --git a/layouts/posts/list.html b/layouts/posts/list.html index 46a0b13..ab0482b 100644 --- a/layouts/posts/list.html +++ b/layouts/posts/list.html @@ -1,5 +1,4 @@ {{ define "main" }} -{{ partial "back_link.html" .}}

{{ .Title }}

@@ -19,4 +18,4 @@ {{ partial "post_list.html" (dict "context" . "section" .Section)}} {{ end }} -{{ end }} \ No newline at end of file +{{ end }}