23e09b0fb5
Remove LCA2018 and LCA2019 styles and content. Add base LCA2020 styling and update references to year.
16 lines
613 B
HTML
16 lines
613 B
HTML
{% load sitetree %}
|
|
{% load static %}
|
|
|
|
<nav class="navbar navbar-expand-lg navbar-light bg-dawn-sea">
|
|
<div class="container">
|
|
<a class="navbar-brand" href="/">
|
|
<img src="{% static 'lca/lca_horiz_blue.svg' %}" alt="linux.conf.au logo" height="35px">
|
|
</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>
|