diff --git a/searx/templates/about.html b/searx/templates/about.html index 54efc8d..db61acf 100644 --- a/searx/templates/about.html +++ b/searx/templates/about.html @@ -1,5 +1,6 @@ {% extends 'base.html' %} {% block content %} +{% include 'github_ribbon.html' %}

About searx

diff --git a/searx/templates/github_ribbon.html b/searx/templates/github_ribbon.html new file mode 100644 index 0000000..92862f6 --- /dev/null +++ b/searx/templates/github_ribbon.html @@ -0,0 +1,3 @@ + + Fork me on GitHub + diff --git a/searx/templates/index.html b/searx/templates/index.html index 300bf14..ce0ff8e 100644 --- a/searx/templates/index.html +++ b/searx/templates/index.html @@ -1,8 +1,6 @@ {% extends "base.html" %} {% block content %} - - Fork me on GitHub - +{% include 'github_ribbon.html' %}

searx

{% include 'search.html' %}