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

gitlab.com/toryanderson/hugo-icarus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/widgets/recent_articles.html')
-rw-r--r--layouts/partials/widgets/recent_articles.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/widgets/recent_articles.html b/layouts/partials/widgets/recent_articles.html
index d2f2891..506e0d7 100644
--- a/layouts/partials/widgets/recent_articles.html
+++ b/layouts/partials/widgets/recent_articles.html
@@ -5,7 +5,7 @@
</h3>
<div class="widget">
<ul id="recent-post">
- {{ range last 5 .Site.RegularPages.ByPublishDate }}
+ {{ range first 5 .Site.RegularPages.ByPublishDate.Reverse }}
<li>
<div class="item-thumbnail">
<a href="{{ .Permalink }}" class="thumbnail">