Move logo to config variable

This commit is contained in:
discomrade 2021-11-12 03:37:30 -01:00
parent 773f0e1842
commit 9638c00f39
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@
<h1 class="glitch" data-text="{{ settings.title }}"> {{ settings.title }}</h1>
<div class="subtitle">{{ settings.subtitle }}</div>
</header>
<center><img alt="logo" src="static/leftypol_logo.png" width=15%/></center>
<center><img alt="logo" src="{{ config.logo }}" width=15%/></center>
<div class="ban">
<h2 id="1">
My question isn't here. What do I do ?

View File

@ -21,7 +21,7 @@
</header>
<center>
<img alt="logo" src="static/leftypol_logo.png" width=15%/>
<img alt="logo" src="{{ config.logo }}" width=15%/>
</center>
{% include 'rules.html' %}