Browse Source

Move logo to config variable

pull/61/head
discomrade 2 years ago
parent
commit
6119973498
  1. 2
      templates/themes/faq/index.html
  2. 2
      templates/themes/rules/rules.html

2
templates/themes/faq/index.html

@ -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 ?

2
templates/themes/rules/rules.html

@ -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' %}

Loading…
Cancel
Save