From 4ba66cfd28d6d63e7d8436449f6b86ea803267d1 Mon Sep 17 00:00:00 2001 From: Michael Chow Date: Fri, 22 Jul 2022 14:06:34 -0400 Subject: [PATCH 1/3] feat: restore old news section to homepage --- html-templates/home.tpl | 319 +++------------------------------------- 1 file changed, 21 insertions(+), 298 deletions(-) diff --git a/html-templates/home.tpl b/html-templates/home.tpl index 48ce67e..8edecfa 100644 --- a/html-templates/home.tpl +++ b/html-templates/home.tpl @@ -168,304 +168,6 @@ - - - - - - - - - - - - - - - - - - - - - +
+
+
+ +

{_ "Latest Project Activity"}

+ + + + {foreach item=Article from=$activity} + {projectActivity $Article headingLevel=h3 showProject=true} + {foreachelse} + {_ "No project updates have been posted on this site yet."} + {/foreach} +
+
+
{/block} From cc6289bb70e56937f2b1eb7d13f6c4480d414530 Mon Sep 17 00:00:00 2001 From: Michael Chow Date: Tue, 30 Aug 2022 19:13:31 -0400 Subject: [PATCH 2/3] Override home.php to only get blog posts --- site-root/home.php | 78 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 78 insertions(+) create mode 100644 site-root/home.php diff --git a/site-root/home.php b/site-root/home.php new file mode 100644 index 0000000..c9362d4 --- /dev/null +++ b/site-root/home.php @@ -0,0 +1,78 @@ + Date: Tue, 30 Aug 2022 20:38:34 -0400 Subject: [PATCH 3/3] Delete home.php --- site-root/home.php | 78 ---------------------------------------------- 1 file changed, 78 deletions(-) delete mode 100644 site-root/home.php diff --git a/site-root/home.php b/site-root/home.php deleted file mode 100644 index c9362d4..0000000 --- a/site-root/home.php +++ /dev/null @@ -1,78 +0,0 @@ -