diff --git a/templates/index.html b/templates/index.html index 9e39e55596197c69ddc082dfa558b68c0bdf647a..ad5214266830dd70b2c06fc98fb685ddacd406f4 100644 --- a/templates/index.html +++ b/templates/index.html @@ -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 %}