diff --git a/layouts/404.html b/layouts/404.html index 06f00d0..d5b27a6 100644 --- a/layouts/404.html +++ b/layouts/404.html @@ -9,7 +9,7 @@

{{ with .Site.Params.subtitle404 }}{{ . }}{{ else }}The content you're looking for doesn't seem to exist.{{ end }}

- {{ partial "archive.html" . }} + {{ partial "latest-posts.html" . }} {{ partial "footer.html" . }} diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 2fa3bd9..2bfac35 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -29,7 +29,7 @@ {{ partial "disqus.html" . }} {{ end }} - {{ partial "archive.html" . }} + {{ partial "latest-posts.html" . }} {{ partial "footer.html" . }} diff --git a/layouts/partials/archive.html b/layouts/partials/latest-posts.html similarity index 100% rename from layouts/partials/archive.html rename to layouts/partials/latest-posts.html