remove ribbon, update title, add source code link

This commit is contained in:
Roberto Beltran 2020-09-12 21:23:01 +00:00
parent e737b67d44
commit 2ec55b9d0a
2 changed files with 5 additions and 4 deletions

View File

@ -1,5 +1,4 @@
{% extends 'courgette/base.html' %}
{% block content %}
{% include 'courgette/github_ribbon.html' %}
{% include '__common__/about.html' %}
{% endblock %}

View File

@ -1,8 +1,9 @@
{% extends "courgette/base.html" %}
{% block content %}
{% include 'courgette/github_ribbon.html' %}
<div class="center">
<div class="title"><h1>searx</h1></div>
<div class="title">
<h1><a href="https://libremiami.org">Libre<span class="Miami">Miami</span></a></h1>
</div>
{% include 'courgette/search.html' %}
<p class="top_margin">
{% if rtl %}
@ -12,6 +13,7 @@
{% if not rtl %}
<a href="{{ url_for('preferences') }}" class="hmarg">{{ _('preferences') }}</a>
{% endif %}
<a href="/full-source/" class="hmarg" title="Are you even AGPL compliant bro?">full-source</a>
</p>
</div>
{% endblock %}
{% endblock %}