diff --git a/app/public/static/opensearch.xml b/app/public/static/opensearch.xml new file mode 100644 index 0000000..3fae00c --- /dev/null +++ b/app/public/static/opensearch.xml @@ -0,0 +1,9 @@ + + + ContentDB + ContentDB + UTF-8 + Search mods, games, and textures for Minetest. + Minetest Mod Game Subgame Search + + diff --git a/app/templates/base.html b/app/templates/base.html index 09ca939..facdd63 100644 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -8,6 +8,7 @@ {% block title %}title{% endblock %} - {{ config.USER_APP_NAME }} + {% block headextra %}{% endblock %} diff --git a/app/templates/index.html b/app/templates/index.html index e11b3c8..4d54b2d 100644 --- a/app/templates/index.html +++ b/app/templates/index.html @@ -4,6 +4,21 @@ Welcome {% endblock %} +{% block scriptextra %} + +{% endblock %} + {% block content %}