[mod] github ribbon to about page

This commit is contained in:
asciimoo 2013-10-21 09:51:35 +02:00
parent 33d0e15ffc
commit eab02e299c
3 changed files with 5 additions and 3 deletions

View file

@ -1,5 +1,6 @@
{% extends 'base.html' %}
{% block content %}
{% include 'github_ribbon.html' %}
<div class="row">
<h1>About <a href="/">searx</a></h1>

View 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>

View file

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