mirror of
https://github.com/simonw/datasette.git
synced 2026-07-13 02:54:44 +02:00
Merge 0d89c4bd19 into db82123108
This commit is contained in:
commit
d245627cd4
1 changed files with 3 additions and 0 deletions
|
|
@ -3,6 +3,9 @@
|
|||
{% set items=crumb_items(request=request, database=database, table=table) %}
|
||||
{% if items %}
|
||||
<p class="crumbs">
|
||||
{% if metadata and metadata.brand %}
|
||||
<a style="font-size: 18px; font-weight:bold; padding-right: 8px;" href="{{metadata.brand_url or '#'}}">{{metadata.brand}}</a>
|
||||
{% endif %}
|
||||
{% for item in items %}
|
||||
<a href="{{ item.href }}">{{ item.label }}</a>
|
||||
{% if not loop.last %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue