Ver código fonte

[mod] github ribbon to about page

asciimoo 11 anos atrás
pai
commit
eab02e299c

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

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

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

@@ -0,0 +1,3 @@
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 arquivo

@@ -1,8 +1,6 @@
1 1
 {% extends "base.html" %}
2 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 4
 <div class="center">
7 5
     <h1 class="title">searx</h1>
8 6
     {% include 'search.html' %}