From 7e6493ef7bcc247a866189ae772f7a1549348203 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 13 May 2014 16:22:19 +0100 Subject: [PATCH] Make the link to a project's forum optional Omit the link to the forum if the project's metadata does not provide a forum url --- _includes/billboard.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_includes/billboard.html b/_includes/billboard.html index 753c1c55..cb2ea495 100644 --- a/_includes/billboard.html +++ b/_includes/billboard.html @@ -17,10 +17,12 @@ +{% if site.forum %}
+{% endif %}