From feab841609c78c7f67198eeef017eeca62baa92b Mon Sep 17 00:00:00 2001 From: Matt Baer Date: Tue, 7 Nov 2023 10:21:24 -0500 Subject: [PATCH 1/2] Add Contact page links to footers --- templates/include/footer.tmpl | 2 ++ templates/user/include/footer.tmpl | 1 + 2 files changed, 3 insertions(+) diff --git a/templates/include/footer.tmpl b/templates/include/footer.tmpl index c6f4b87..8e3dec9 100644 --- a/templates/include/footer.tmpl +++ b/templates/include/footer.tmpl @@ -8,6 +8,7 @@ about {{if and .LocalTimeline .CanViewReader}}reader{{end}} {{if .Username}}writer's guide{{end}} + contact privacy

powered by writefreely

{{else}} @@ -25,6 +26,7 @@ diff --git a/templates/user/include/footer.tmpl b/templates/user/include/footer.tmpl index a2fe989..c12e84d 100644 --- a/templates/user/include/footer.tmpl +++ b/templates/user/include/footer.tmpl @@ -11,6 +11,7 @@ {{if not .SingleUser}}about{{end}} {{if and (not .SingleUser) .LocalTimeline}}reader{{end}} writer's guide + {{if not .SingleUser}}contact{{end}} {{if not .SingleUser}}privacy{{end}} {{if .WFModesty}}

powered by writefreely

From 737d76176aa9e9c52dd3409fed0159c1ffce799f Mon Sep 17 00:00:00 2001 From: Matt Baer Date: Wed, 10 Jan 2024 15:57:31 -0500 Subject: [PATCH 2/2] Fix indentation in footer.tmpl --- templates/user/include/footer.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/user/include/footer.tmpl b/templates/user/include/footer.tmpl index c12e84d..94bb182 100644 --- a/templates/user/include/footer.tmpl +++ b/templates/user/include/footer.tmpl @@ -11,7 +11,7 @@ {{if not .SingleUser}}about{{end}} {{if and (not .SingleUser) .LocalTimeline}}reader{{end}} writer's guide - {{if not .SingleUser}}contact{{end}} + {{if not .SingleUser}}contact{{end}} {{if not .SingleUser}}privacy{{end}} {{if .WFModesty}}

powered by writefreely