Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/meibenny/elephants.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--layouts/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/index.html b/layouts/index.html
index e6c9591..7520810 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -2,7 +2,7 @@
<section id=content>
<ul class=posts_listing>
- {{ range .Data.Pages.ByPublishDate.Reverse }}
+ {{ range .Site.RegularPages.ByPublishDate.Reverse }}
<div id="posts">
<div id=date class="date-time-title">
<time>{{ .Date.Format (.Site.Params.dateform | default "Jan 02 2006") }}</time>
@@ -15,4 +15,4 @@
</ul>
</section>
-{{ partial "footer.html" . }} \ No newline at end of file
+{{ partial "footer.html" . }}