From 29fe769b1e40f267c19faf3192f21910f15f4a81 Mon Sep 17 00:00:00 2001 From: Bryson Steck Date: Sat, 31 Dec 2022 18:49:02 -0700 Subject: try to see if onion links are fixed --- layouts/blog/list.html | 2 +- layouts/index.html | 4 ++-- layouts/projects/list.html | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'layouts') diff --git a/layouts/blog/list.html b/layouts/blog/list.html index 2f2bb10..b48975e 100644 --- a/layouts/blog/list.html +++ b/layouts/blog/list.html @@ -3,7 +3,7 @@
{{ range (where (where .Site.RegularPages "Section" "blog") "Params.nohtml" "!=" "true") }}
-{{.Title}} +{{.Title}}
{{.Date.Format "January 2, 2006"}}
{{ end }} diff --git a/layouts/index.html b/layouts/index.html index 478f8e9..e941f2b 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -4,7 +4,7 @@ {{ range first 1 (where (where .Site.RegularPages "Section" "projects") "Params.nohtml" "!=" "true") }}
-{{.Title}} +{{.Title}}

{{ .Params.description }}

Started {{ .Date.Format "January 2, 2006" }}
@@ -14,7 +14,7 @@
{{ range first 4 (where (where .Site.RegularPages "Section" "blog") "Params.nohtml" "!=" "true") }}
-{{.Title}} +{{.Title}}
{{.Date.Format "January 2, 2006"}}
{{ end }} diff --git a/layouts/projects/list.html b/layouts/projects/list.html index 67c8921..3fe7eba 100644 --- a/layouts/projects/list.html +++ b/layouts/projects/list.html @@ -4,7 +4,7 @@ {{ range .Data.Pages.ByTitle }}
-{{.Title}} +{{.Title}}

{{ .Params.description }}

{{ if .Params.current }} Started {{ .Date.Format "January 2, 2006" }} -- cgit v1.2.3