mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-16 12:45:48 +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
1 changed files with 2 additions and 0 deletions
|
@ -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…
Reference in a new issue