Update default.html

This commit is contained in:
Felipe Zimmerle
2018-04-25 16:55:40 -03:00
committed by GitHub
parent 98904a957b
commit 93b098c8fd

View File

@@ -30,16 +30,16 @@
{% endif %}
{% if site.show_downloads %}
<p class="view">ModSecurity v3.x</p>
<a href="https://github.com/SpiderLabs/ModSecurity/tree/v3/master"><strong>v3/master</strong></a>
<p class="view">ModSecurity v3.x
<a href="https://github.com/SpiderLabs/ModSecurity/tree/v3/master"><small>v3/master</small></a>
</p>
<br><br>
<p class="view">ModSecurity v2.x</p>
<a href="https://github.com/SpiderLabs/ModSecurity/tree/v2/master"><strong>v2/master</strong></a>
<p class="view">ModSecurity v2.x
<a href="https://github.com/SpiderLabs/ModSecurity/tree/v2/master"><small>v2/master</small></a>
</p>
<br><br>
<p class="view">Releases
<a href="https://github.com/SpiderLabs/ModSecurity/releases"><strong>ModSecurity/releases</strong></a>
<a href="https://github.com/SpiderLabs/ModSecurity/releases"><small>ModSecurity/releases</small></a>
</p>
{% endif %}
</header>
@@ -50,7 +50,7 @@
</section>
<footer>
{% if site.github.is_project_page %}
<p>This project is maintained by <a href="{{ site.github.owner_url }}">{{ site.github.owner_name }}</a></p>
<p><a href="https://www.trustwave.com/Company/SpiderLabs/"><img src="https://github.com/SpiderLabs/ModSecurity/raw/gh-pages/TW_SpiderLabsLogo_FB.png"></a></p>
{% endif %}
<p><small>Hosted on GitHub Pages &mdash; Theme by <a href="https://github.com/orderedlist">orderedlist</a></small></p>
</footer>