]> git.xn--bdkaa.com Git - xn--bdkaa.com.git/commitdiff
Fix link
authorEvgenii Akentev <i@ak3n.com>
Thu, 22 Sep 2022 10:49:52 +0000 (14:49 +0400)
committerEvgenii Akentev <i@ak3n.com>
Thu, 22 Sep 2022 10:49:52 +0000 (14:49 +0400)
.gitignore
content/posts/thoughts-on-backpack-modules-and-records.md
themes/theme/layouts/index.html

index b4199fa77a2119c6eb055b1a73dada30e3c67f02..120d31ee2513befd74df31a2cf2ace433f23837d 100644 (file)
@@ -1,3 +1,5 @@
 .DS_Store
 public
-site.tar.gz
\ No newline at end of file
+site.tar.gz
+*.lock
+*.yaml
\ No newline at end of file
index a7fa3bd59ae50c93a53e3074c09df531787d86d2..645b05ecd1263252d49843cc9c31a27fb4c68c84 100644 (file)
@@ -5,7 +5,7 @@ draft: false
 tags: [haskell, backpack, modules, records]
 ---
 
-In ["Implementations of the Handle pattern"](/implementations-of-the-handle-pattern) I have explored how Backpack might be used for the Handle pattern. It helped me to take a better look at Backpack and reflect a bit on modules and records in Haskell.
+In ["Implementations of the Handle pattern"](/posts/implementations-of-the-handle-pattern) I have explored how Backpack might be used for the Handle pattern. It helped me to take a better look at Backpack and reflect a bit on modules and records in Haskell.
 
 ### What's wrong with Backpack?
 
index 55fa4e185e8e9528d866a9612e11616b80f01713..8f375a6747024fbb69c2775dd84558291d91687c 100644 (file)
@@ -2,7 +2,7 @@
 
 <section id="dashboard">
   <ul>
-    {{ range .Site.RegularPages.Reverse }}
+    {{ range .Site.RegularPages.ByPublishDate.Reverse }}
       <div class="posts">
         <div id=date class="date-time-title">
             <time>{{ .Date.Format (.Site.Params.dateform | default "02 Jan 06") }}</time>