mirror of
https://github.com/searxng/searxng.git
synced 2024-11-17 01:50:10 +01:00
04c687403e
We have some variables in the build environment which are also needed in the templating process. Theses variables are relavant if one creates a fork with its own branding. We treat these variables under the term 'brands'. Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
4 lines
223 B
HTML
4 lines
223 B
HTML
<a href="{{ brand.GIT_URL }}" class="github">
|
|
<img style="position: absolute; top: 0; right: 0; border: 0;" src="{{ url_for('static', filename='img/github_ribbon.png') }}" alt="Fork me on GitHub" class="github"/>
|
|
</a>
|