diff options
author | asciimoo <asciimoo@gmail.com> | 2013-10-21 09:51:35 +0200 |
---|---|---|
committer | asciimoo <asciimoo@gmail.com> | 2013-10-21 09:51:35 +0200 |
commit | eab02e299ca6021b82344691964e88b629bb93ce (patch) | |
tree | c8316b7ff8a4ae2d801e3f5a5f1a998ee8ad0dfc /searx/templates/about.html | |
parent | 33d0e15ffcf36bf2148cdc26a2a26c581ce30b30 (diff) | |
download | searxng-eab02e299ca6021b82344691964e88b629bb93ce.tar.gz searxng-eab02e299ca6021b82344691964e88b629bb93ce.zip |
[mod] github ribbon to about page
Diffstat (limited to 'searx/templates/about.html')
-rw-r--r-- | searx/templates/about.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/searx/templates/about.html b/searx/templates/about.html index 54efc8d8e..db61acf7d 100644 --- a/searx/templates/about.html +++ b/searx/templates/about.html @@ -1,5 +1,6 @@ {% extends 'base.html' %} {% block content %} +{% include 'github_ribbon.html' %} <div class="row"> <h1>About <a href="/">searx</a></h1> |