symposion_app/pinaxcon/templates/nav.html
Joel Addison f72490b1eb LCA2022 Setup
Update dates and descriptions for LCA2022.
Remove old miniconf proposal types.
Add local timezone to speaker profile.
2021-07-05 20:20:24 +10:00

16 lines
608 B
HTML

{% load sitetree %}
{% load static %}
<nav class="navbar navbar-expand-lg navbar-light bg-blaze">
<div class="container">
<a class="navbar-brand" href="/">
<img src="{% static 'lca/lca2022.svg' %}" alt="linux.conf.au 2022 logo" height="56px">
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarText" aria-controls="navbarText" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
{% sitetree_menu from "main" include "trunk" template "sitetree_header.html" %}
</div>
</nav>