mirror of
https://github.com/searxng/searxng.git
synced 2024-11-19 02:40:11 +01:00
[mod] github ribbon to about page
This commit is contained in:
parent
33d0e15ffc
commit
eab02e299c
@ -1,5 +1,6 @@
|
|||||||
{% extends 'base.html' %}
|
{% extends 'base.html' %}
|
||||||
{% block content %}
|
{% block content %}
|
||||||
|
{% include 'github_ribbon.html' %}
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<h1>About <a href="/">searx</a></h1>
|
<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" %}
|
{% extends "base.html" %}
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<a href="https://github.com/asciimoo/searx" class="github">
|
{% include 'github_ribbon.html' %}
|
||||||
<img style="position: absolute; top: 0; right: 0; border: 0;" src="/static/img/github_ribbon.png" alt="Fork me on GitHub" class="github"/>
|
|
||||||
</a>
|
|
||||||
<div class="center">
|
<div class="center">
|
||||||
<h1 class="title">searx</h1>
|
<h1 class="title">searx</h1>
|
||||||
{% include 'search.html' %}
|
{% include 'search.html' %}
|
||||||
|
Loading…
Reference in New Issue
Block a user