diff options
author | ubq323 <ubq323> | 2021-06-22 23:06:45 +0000 |
---|---|---|
committer | ubq323 <ubq323> | 2021-06-22 23:06:45 +0000 |
commit | 9b7fc8f7c82af06e933d6f62f7d19e2bb3006ac6 (patch) | |
tree | da009284b56081791a26ae8e839fa3a67fef43c8 /apioforum/templates/view_thread.html | |
parent | df8cdd79dc4c066f2c5c7d754e2c44c8276de93b (diff) |
breadcrumbs but like not actually
Diffstat (limited to 'apioforum/templates/view_thread.html')
-rw-r--r-- | apioforum/templates/view_thread.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/apioforum/templates/view_thread.html b/apioforum/templates/view_thread.html index fb62880..ded2d52 100644 --- a/apioforum/templates/view_thread.html +++ b/apioforum/templates/view_thread.html @@ -2,6 +2,14 @@ {% extends 'base.html' %} {% block header %} <h1>{%block title %}{{thread.title}}{% endblock %}</h1> +<nav aria-label="Breadcrumb"> +<ol class="breadcrumbs"> + <li><a href="{{url_for('index')}}">apioforum</a></li> + <li><a href="#">the</a></li> + <li>the</li> +</ol> +</nav> + {% endblock %} {%block content%} |