summaryrefslogtreecommitdiff
path: root/searx/templates/legacy/github_ribbon.html
diff options
context:
space:
mode:
authorAdam Tauber <asciimoo@gmail.com>2016-09-22 23:51:07 +0200
committerAdam Tauber <asciimoo@gmail.com>2016-09-22 23:51:07 +0200
commitbee7b497a300622f5ba2b619817f5c89c29ae871 (patch)
tree525c3d85020cedd88663a4bb4a0e18c54500044b /searx/templates/legacy/github_ribbon.html
parentaaf5d506e51197603922d7b9d259c0f4e498f62b (diff)
[mod] rename "default" theme to "legacy"
Diffstat (limited to 'searx/templates/legacy/github_ribbon.html')
-rw-r--r--searx/templates/legacy/github_ribbon.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/searx/templates/legacy/github_ribbon.html b/searx/templates/legacy/github_ribbon.html
new file mode 100644
index 000000000..bdd9cf180
--- /dev/null
+++ b/searx/templates/legacy/github_ribbon.html
@@ -0,0 +1,3 @@
+<a href="https://github.com/asciimoo/searx" class="github">
+ <img style="position: absolute; top: 0; right: 0; border: 0;" src="{{ url_for('static', filename='img/github_ribbon.png') }}" alt="Fork me on GitHub" class="github"/>
+</a>