Skip to content

Commit

Permalink
Add home button
Browse files Browse the repository at this point in the history
  • Loading branch information
neoformit committed Dec 17, 2024
1 parent ba71cd5 commit 2a7c513
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions app/labs/templates/labs/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,14 @@

<body>

{% if request.path != '/' %}
<div class="container text-center" style="margin: -50px auto 50px auto;">
<h3>
<a class="ga-btn" href="/">Home</a>
</h3>
</div>
{% endif %}

{% block content %}
{% endblock %}

Expand Down

0 comments on commit 2a7c513

Please sign in to comment.