mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-28 14:52:24 +00:00
Merge pull request #5 from wilkinsona/optional-forum-link
Make the link to a project's forum optional
This commit is contained in:
commit
34fb3af7d3
@ -17,10 +17,12 @@
|
|||||||
<a href="{{ site.github_repo_url }}" class="project-link">
|
<a href="{{ site.github_repo_url }}" class="project-link">
|
||||||
<i class="icon-github"></i>
|
<i class="icon-github"></i>
|
||||||
</a>
|
</a>
|
||||||
|
{% if site.forum %}
|
||||||
<a href="{{ site.forum }}" class="project-link project-link-forum">
|
<a href="{{ site.forum }}" class="project-link project-link-forum">
|
||||||
<div class="spring-icon spring-icon-forum">
|
<div class="spring-icon spring-icon-forum">
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user