diff --git a/src/templates/src/landing.html b/src/templates/src/landing.html index 0bb82ff1..676002bf 100644 --- a/src/templates/src/landing.html +++ b/src/templates/src/landing.html @@ -117,6 +117,9 @@ {{ end }} + diff --git a/src/website/landing.go b/src/website/landing.go index 246c36cf..29c567cf 100644 --- a/src/website/landing.go +++ b/src/website/landing.go @@ -30,6 +30,7 @@ func Index(c *RequestContext) ResponseData { Following []templates.Follow ManifestoUrl string + AboutUrl string PodcastUrl string AtomFeedUrl string MarkAllReadUrl string @@ -126,6 +127,7 @@ func Index(c *RequestContext) ResponseData { Following: follows, ManifestoUrl: hmnurl.BuildManifesto(), + AboutUrl: hmnurl.BuildAbout(), PodcastUrl: hmnurl.BuildPodcast(), AtomFeedUrl: hmnurl.BuildAtomFeed(), MarkAllReadUrl: hmnurl.HMNProjectContext.BuildForumMarkRead(0),