update sample to new version of flatpage_index

This commit is contained in:
Andreas Stephanides
2020-02-20 18:00:36 +01:00
parent 3b8bd884da
commit cb6c1ebe8c
4 changed files with 48 additions and 38 deletions

View File

@@ -7,9 +7,9 @@
<div class="row">
<div class="col-12">
<nav class="breadcrumb" style="background-color: #FFF">
{% for b in post.breadcrumbs %}
<a href="{#url_for('page',name=b.path)#}{{b.url}}" class="breadcrumb-item">{{b.title}} </a>
{% endfor %}
{% for b in post.links.breadcrumbs %}
<a href="{#url_for('page',name=b.path)#}{{b.url}}" class="breadcrumb-item">{{b.title}} </a>
{% endfor %}
</nav>