From c94685fb60db37b49ba1e1deab3d668e1fd861da Mon Sep 17 00:00:00 2001 From: digitalcraftsman Date: Sun, 21 Jun 2015 12:02:41 +0200 Subject: [PATCH] Renamed archive.html to latest-posts.html --- layouts/404.html | 2 +- layouts/_default/single.html | 2 +- layouts/partials/{archive.html => latest-posts.html} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename layouts/partials/{archive.html => latest-posts.html} (100%) 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