forked from MarseyWorld/MarseyWorld
sub -> hole
parent
c8b9fe78f1
commit
8062b33140
|
@ -20,7 +20,7 @@
|
|||
{% set src = "banner_error.webp" | asset_siteimg %}
|
||||
{% elif hole and hole.has_banners %}
|
||||
{% set src = hole.random_banner() %}
|
||||
{% set alt = ['/h/', sub, 'banner']|join %}
|
||||
{% set alt = ['/h/', hole, 'banner']|join %}
|
||||
{% set class = 'site-banner-hole' %}
|
||||
{% elif get_orgy(v) and os_path.exists(path ~ "/orgy_banners") %}
|
||||
{% set src = macros.random_image("assets/images/" ~ SITE_NAME ~ "/orgy_banners") %}
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
</tr>
|
||||
</thead>
|
||||
|
||||
{% for sub, count in subs %}
|
||||
{% for hole, count in subs %}
|
||||
<tr>
|
||||
<td>{{loop.index}}</td>
|
||||
<td><a href="/h/{{hole}}">{{hole}} {% if hole.name in v.hole_blocks %}<span class="text-danger">[blocked, visit it to unblock it]</span>{% endif %}</a></td>
|
||||
|
|
Loading…
Reference in New Issue