Skip to content

Commit 34fb3af

Browse files
committed
Merge pull request #5 from wilkinsona/optional-forum-link
Make the link to a project's forum optional
2 parents 85ed196 + 7e6493e commit 34fb3af

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: _includes/billboard.html

+2
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,12 @@
1717
<a href="{{ site.github_repo_url }}" class="project-link">
1818
<i class="icon-github"></i>
1919
</a>
20+
{% if site.forum %}
2021
<a href="{{ site.forum }}" class="project-link project-link-forum">
2122
<div class="spring-icon spring-icon-forum">
2223
</div>
2324
</a>
25+
{% endif %}
2426
</div>
2527
</div>
2628

0 commit comments

Comments
 (0)