forked from MarseyWorld/MarseyWorld
fix selfharm link
parent
cc3d963a4a
commit
77a5b65364
|
@ -84,7 +84,7 @@
|
||||||
<hr>
|
<hr>
|
||||||
</div>
|
</div>
|
||||||
<div class="sidebar-wpd--holes sidebar-wpd--holes--3">
|
<div class="sidebar-wpd--holes sidebar-wpd--holes--3">
|
||||||
{% set holes = ['Aftermath','Fights','Gore','Medical','Request','Self-Harm'] %}
|
{% set holes = ['Aftermath','Fights','Gore','Medical','Request','SelfHarm'] %}
|
||||||
{% for name in holes %}
|
{% for name in holes %}
|
||||||
<a href="/h/{{name.lower()}}" {% if hole and hole.name == name.lower() %}class="active-hole"{% endif %}>{{name}}</a>
|
<a href="/h/{{name.lower()}}" {% if hole and hole.name == name.lower() %}class="active-hole"{% endif %}>{{name}}</a>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
Loading…
Reference in New Issue