Adds breadcrumbs and navigation, moves QR code to its own page.
This commit is contained in:
parent
d9f4c6d597
commit
947b4ac59a
7 changed files with 93 additions and 27 deletions
9
app/templates/about.html
Normal file
9
app/templates/about.html
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{% extends "base.html" %}
|
||||
|
||||
{% block content %}
|
||||
<h1 class="title is-large butter-title">About this {{get_setting('butterbox_name')}}.</h1>
|
||||
|
||||
<div class="block" style="align-content: center; text-align: center;">
|
||||
<p> Some info here about butter and how to create your own.</p>
|
||||
</div>
|
||||
{% endblock %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue