davideisinger.com

My personal website
Log | Files | Refs | README

commit 14e8ce4d760351f09b0660a255c302cf2971feb0
parent cc3cebb27c7d0340747a9ba0a406da2ad475a634
Author: David Eisinger <[email protected]>
Date:   Thu,  2 Nov 2023 15:12:50 -0400

Add backlinks to elsewhere posts

Diffstat:
Mthemes/v2/layouts/elsewhere/single.html | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/themes/v2/layouts/elsewhere/single.html b/themes/v2/layouts/elsewhere/single.html @@ -19,4 +19,6 @@ </h3> {{ .Content }} + + {{- partial "backlinks.html" . -}} {{ end }}