Explorar el Código

[mod] github ribbon to about page

asciimoo hace 11 años
padre
commit
eab02e299c

+ 1
- 0
searx/templates/about.html Ver fichero

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

+ 3
- 0
searx/templates/github_ribbon.html Ver fichero

1
+<a href="https://github.com/asciimoo/searx" class="github">
2
+    <img style="position: absolute; top: 0; right: 0; border: 0;" src="/static/img/github_ribbon.png" alt="Fork me on GitHub"  class="github"/>
3
+</a>

+ 1
- 3
searx/templates/index.html Ver fichero

1
 {% extends "base.html" %}
1
 {% extends "base.html" %}
2
 {% block content %}
2
 {% block content %}
3
-<a href="https://github.com/asciimoo/searx" class="github">
4
-    <img style="position: absolute; top: 0; right: 0; border: 0;" src="/static/img/github_ribbon.png" alt="Fork me on GitHub"  class="github"/>
5
-</a>
3
+{% include 'github_ribbon.html' %}
6
 <div class="center">
4
 <div class="center">
7
     <h1 class="title">searx</h1>
5
     <h1 class="title">searx</h1>
8
     {% include 'search.html' %}
6
     {% include 'search.html' %}