forked from rDrama/rDrama
1
0
Fork 0

show hole buttons in holes in WPD

master
Aevann 2024-02-06 04:20:54 +02:00
parent 3801fd83c0
commit 64489fada9
1 changed files with 80 additions and 78 deletions

View File

@ -55,7 +55,8 @@
{% if hole and hole.sidebar_html %}
<div class="mb-4">{{hole.sidebar_html|safe}}</div>
{% else %}
{% endif %}
<div class="hr-title">
<hr>
<h5>DEATH</h5>
@ -133,14 +134,15 @@
</a>
</div>
{% if not (hole and hole.sidebar_html) %}
<div class="sidebar--rules sidebar--rules--wpd pt-2">
{% set rules = "rules_" ~ SITE_NAME ~ ".html" %}
{% include rules %}
</div>
{% endif %}
<hr>
<div class="mt-3">
Live commit: <a href="https://fsdfsd.net/rDrama/rDrama/commit/{{git_head()[0]}}">{{git_head()[0]}}</a>
</div>
{% endif %}
</div>