]> git.xn--bdkaa.com Git - xn--bdkaa.com.git/commitdiff
fix posts links
authorEvgenii Akentev <i@ak3n.com>
Sun, 31 Jan 2021 17:47:30 +0000 (20:47 +0300)
committerEvgenii Akentev <i@ak3n.com>
Sun, 31 Jan 2021 18:17:47 +0000 (21:17 +0300)
content/posts/implementations-of-the-handle-pattern.md [moved from content/implementations-of-the-handle-pattern.md with 100% similarity]
content/posts/thoughts-on-backpack-modules-and-records.md [moved from content/thoughts-on-backpack-modules-and-records.md with 100% similarity]
themes/theme/layouts/index.html

index fbc0a190bdeb4d5b3d7e0b67b821198be0ae4873..202f872bad43392508b694cf67a713710866752d 100644 (file)
@@ -2,7 +2,7 @@
 
 <section id="dashboard">
   <ul>
-    {{ range .Data.Pages.ByPublishDate.Reverse }}
+    {{ range .Site.RegularPages }}
       <div class="posts">
         <div id=date class="date-time-title">
             <time>{{ .Date.Format (.Site.Params.dateform | default "02 Jan 06") }}</time>