release nouri 0.6.0 polish backup and pwa
This commit is contained in:
@@ -13,6 +13,23 @@
|
||||
</div>
|
||||
</section>
|
||||
|
||||
{% if setup_checklist %}
|
||||
<section class="panel">
|
||||
<div class="panel-head">
|
||||
<h2>Gut anfangen</h2>
|
||||
</div>
|
||||
<div class="more-link-grid">
|
||||
{% for step in setup_checklist %}
|
||||
<a class="more-link-card" href="{{ step.url }}">
|
||||
<strong>{{ step.title }}</strong>
|
||||
<small>{{ step.text }}</small>
|
||||
<span class="chip">{{ step.label }}</span>
|
||||
</a>
|
||||
{% endfor %}
|
||||
</div>
|
||||
</section>
|
||||
{% endif %}
|
||||
|
||||
<section class="stats-grid">
|
||||
<article class="stat-card">
|
||||
<span>Zuhause</span>
|
||||
|
||||
Reference in New Issue
Block a user