From dcc01d819199c623369448a6eb5b8469a6e32b73 Mon Sep 17 00:00:00 2001 From: trwnh Date: Thu, 7 Jun 2018 17:47:08 -0500 Subject: [PATCH 1/3] Link footer to pixelfed.org Clicking pixelfed.org should load pixelfed.org --- resources/views/layouts/partial/footer.blade.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/views/layouts/partial/footer.blade.php b/resources/views/layouts/partial/footer.blade.php index b1c9d8944..720586d27 100644 --- a/resources/views/layouts/partial/footer.blade.php +++ b/resources/views/layouts/partial/footer.blade.php @@ -3,7 +3,7 @@

About Us Support - API + API Open Source Privacy Terms @@ -11,7 +11,7 @@ Profiles Hashtags Language - © {{date('Y')}} PixelFed.org + © {{date('Y')}} PixelFed.org

From 5c6e6cbd7bef09d1373edfc8beacd14ccdc9233b Mon Sep 17 00:00:00 2001 From: trwnh Date: Thu, 7 Jun 2018 18:27:03 -0500 Subject: [PATCH 2/3] Reorder footer Organization more closely matches site routes menu --- resources/views/layouts/partial/footer.blade.php | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/resources/views/layouts/partial/footer.blade.php b/resources/views/layouts/partial/footer.blade.php index 720586d27..d8b79ea2b 100644 --- a/resources/views/layouts/partial/footer.blade.php +++ b/resources/views/layouts/partial/footer.blade.php @@ -3,14 +3,16 @@

About Us Support - API Open Source + Language + | + Terms Privacy - Terms - Directory + API + | + Directory Profiles - Hashtags - Language + Hashtags © {{date('Y')}} PixelFed.org

From 7dd5080168de1b6ffa15f8fa7748ed6828f3ee19 Mon Sep 17 00:00:00 2001 From: trwnh Date: Thu, 7 Jun 2018 19:40:36 -0500 Subject: [PATCH 3/3] "Powered by PixelFed" Copyright status isn't really appropriate since PF isn't a commercial project and can be self-hosted across many instances --- resources/views/layouts/partial/footer.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/layouts/partial/footer.blade.php b/resources/views/layouts/partial/footer.blade.php index d8b79ea2b..5c207617a 100644 --- a/resources/views/layouts/partial/footer.blade.php +++ b/resources/views/layouts/partial/footer.blade.php @@ -13,7 +13,7 @@ Directory Profiles Hashtags - © {{date('Y')}} PixelFed.org + Powered by PixelFed