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