Browse Source

Renamed archive.html to latest-posts.html

master
digitalcraftsman 9 years ago
parent
commit
c94685fb60
  1. 2
      layouts/404.html
  2. 2
      layouts/_default/single.html
  3. 0
      layouts/partials/latest-posts.html

2
layouts/404.html

@ -9,7 +9,7 @@
<h3>{{ with .Site.Params.subtitle404 }}{{ . }}{{ else }}The content you're looking for doesn't seem to exist.{{ end }}</h3>
</header>
{{ partial "archive.html" . }}
{{ partial "latest-posts.html" . }}
</article>
{{ partial "footer.html" . }}

2
layouts/_default/single.html

@ -29,7 +29,7 @@
{{ partial "disqus.html" . }}
{{ end }}
{{ partial "archive.html" . }}
{{ partial "latest-posts.html" . }}
{{ partial "footer.html" . }}
</section>

0
layouts/partials/archive.html → layouts/partials/latest-posts.html

Loading…
Cancel
Save