Update default.html

This commit is contained in:
Felipe Zimmerle
2018-04-25 16:34:32 -03:00
committed by GitHub
parent fc58e69bb8
commit b07bf1c90a

View File

@@ -20,7 +20,9 @@
{% endif %} {% endif %}
{% if site.github.is_project_page %} {% if site.github.is_project_page %}
<br><br>
<p class="view"><a href="{{ site.github.repository_url }}">View the Project on GitHub <small>{{ site.github.repository_nwo }}</small></a></p> <p class="view"><a href="{{ site.github.repository_url }}">View the Project on GitHub <small>{{ site.github.repository_nwo }}</small></a></p>
<br><br>
{% endif %} {% endif %}
{% if site.github.is_user_page %} {% if site.github.is_user_page %}
@@ -28,6 +30,9 @@
{% endif %} {% endif %}
{% if site.show_downloads %} {% if site.show_downloads %}
<li> ModSecurity v3.x
<li> ModSecurity v2.x
<ul> <ul>
<li><a href="{{ site.github.tar_url }}">Download <strong>TAR Ball</strong></a></li> <li><a href="{{ site.github.tar_url }}">Download <strong>TAR Ball</strong></a></li>
<li><a href="{{ site.github.repository_url }}">View On <strong>GitHub</strong></a></li> <li><a href="{{ site.github.repository_url }}">View On <strong>GitHub</strong></a></li>