aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Neonxp Kiryukhin <i@neonxp.ru>2024-12-30 15:40:32 +0300
committerAlexander Neonxp Kiryukhin <i@neonxp.ru>2024-12-30 15:40:32 +0300
commitd003624f12d30a966684445217fcbc4d044862f9 (patch)
tree2a4d430d58be1ab8add0b2d2def979f00444cbe5
parent446bec6071e3caf2350f0a0da6e58901ec234668 (diff)
Auto-commit 2024-12-30
-rw-r--r--layouts/index.twtxt.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/index.twtxt.txt b/layouts/index.twtxt.txt
index b80f4aa..9274171 100644
--- a/layouts/index.twtxt.txt
+++ b/layouts/index.twtxt.txt
@@ -2,5 +2,5 @@
{{- $notHidden := where .Site.RegularPages "Params.hidden" "!=" true -}}
{{- $filtered := ($pages | intersect $notHidden) -}}
{{- range $pages -}}
-{{.Date.Format "2006-01-02T15:04:05Z07:00"}}{{"\t"}}{{ .Title }}{{ "\n" }}
+{{.Date.Format "2006-01-02T15:04:05Z07:00"}}{{"\t"}}{{ .Title }} → {{ .Permalink }}{{ "\n" }}
{{- end -}} \ No newline at end of file