about page

This commit is contained in:
David Eisinger
2024-03-06 23:19:31 -05:00
parent bfb8a4e79d
commit 9b4acfb55f
3 changed files with 51 additions and 7 deletions

View File

@@ -5,7 +5,7 @@
{{ range .Site.Pages }}
{{ $found := findRE $link .Content 1 }}
{{ if and ($found) (ne $currlink .RelPermalink) }}
{{ if and $found .Title (ne $currlink .RelPermalink) }}
{{ $backlinks = $backlinks | append . }}
{{ end }}
{{ end }}