forked from rDrama/rDrama
1
0
Fork 0

fdfdMerge branch 'frost' of https://github.com/Aevann1/Drama into frost

master
Aevann1 2021-12-31 13:14:59 +00:00
commit 57e25b887e
2 changed files with 31 additions and 33 deletions

View File

@ -274,12 +274,8 @@
</div>
{% if request.path == '/' %}
{% block sidebar %}
<div class="col sidebar text-left d-none d-lg-block pt-3 bg-white" style="max-width:300px">
<div class="sidebar-section">
{% set template = "sidebar_" + environ.get("SITE_NAME") + ".html" %}
{% include template %}
</div>
</div>
{% endblock %}
{% endif %}
</div>

View File

@ -1,3 +1,4 @@
<div class="col sidebar text-left d-none d-lg-block pt-3 bg-white" style="max-width:300px">
<img src="/static/assets/images/{{'SITE_NAME' | app_config}}/banners/{{range(1,95)|random()}}.webp?a=3" width=100%>
<a class="btn btn-primary btn-block mt-4" href="/submit">SUBMIT DRAMA!</a>
<a class="btn btn-primary btn-block" href="/post/16583">EMOJI MEGATHREAD</a>
@ -36,3 +37,4 @@ What we want
<h5>RULE 5 </h5>All rules can and likely will be ignored at admin discretion. Be funny, or at least compelling, and pretty much anything legal is fine.<br><br>
Okay I think thats all, thanks for reading! No one cares about your dumb <I>free speech</I> or whatever, go to Gab or something if you want to screech about amendments and stuff. Rules are not hard and fast, and janitorial abuse is inherent to the platform. So is ban evasion. Have fun or log out, both are easy!
</div>