mirror of
https://github.com/searxng/searxng.git
synced 2024-11-13 05:31:13 +00:00
[mod] github ribbon to about page
This commit is contained in:
parent
33d0e15ffc
commit
eab02e299c
3 changed files with 5 additions and 3 deletions
|
@ -1,5 +1,6 @@
|
|||
{% extends 'base.html' %}
|
||||
{% block content %}
|
||||
{% include 'github_ribbon.html' %}
|
||||
<div class="row">
|
||||
<h1>About <a href="/">searx</a></h1>
|
||||
|
||||
|
|
3
searx/templates/github_ribbon.html
Normal file
3
searx/templates/github_ribbon.html
Normal file
|
@ -0,0 +1,3 @@
|
|||
<a href="https://github.com/asciimoo/searx" class="github">
|
||||
<img style="position: absolute; top: 0; right: 0; border: 0;" src="/static/img/github_ribbon.png" alt="Fork me on GitHub" class="github"/>
|
||||
</a>
|
|
@ -1,8 +1,6 @@
|
|||
{% extends "base.html" %}
|
||||
{% block content %}
|
||||
<a href="https://github.com/asciimoo/searx" class="github">
|
||||
<img style="position: absolute; top: 0; right: 0; border: 0;" src="/static/img/github_ribbon.png" alt="Fork me on GitHub" class="github"/>
|
||||
</a>
|
||||
{% include 'github_ribbon.html' %}
|
||||
<div class="center">
|
||||
<h1 class="title">searx</h1>
|
||||
{% include 'search.html' %}
|
||||
|
|
Loading…
Reference in a new issue