Skip to content
Snippets Groups Projects
Commit 16a4a3a8 authored by Josh Borrow's avatar Josh Borrow
Browse files

Added link to docs on the homepage

parent f7307f7d
Branches
No related tags found
No related merge requests found
......@@ -13,7 +13,12 @@
<div class='buttons'>
{# TODO: Fix these static links #}
<a href="{{ link }}">
<a href="{{ link[0] }}">
<div class='btn btn-blue'>
<h2><i class="fa fa-book" aria-hidden="true"></i> Docs</h2>
</div>
</a>
<a href="{{ link[1] }}">
<div class='btn btn-orange'>
<h2><i class="fa fa-gitlab" aria-hidden="true"></i> Get The Code</h2>
</div>
......@@ -38,4 +43,4 @@
</div>
{% endblock %}
{% block navbarjs %}{# Remove the JS for navbars from homepage #}{% endblock %}
\ No newline at end of file
{% block navbarjs %}{# Remove the JS for navbars from homepage #}{% endblock %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment