added emojis next to theme names, cleaned up go.mod, removed unnecessary language string

This commit is contained in:
partisan 2024-10-25 16:54:48 +02:00
parent 90d3964ca2
commit ef0efc72fd
7 changed files with 46 additions and 86 deletions

View file

@ -26,9 +26,9 @@ func generateOpenSearchXML(config Config) {
baseURL := addProtocol(config.Domain)
opensearch := OpenSearchDescription{
Xmlns: "http://a9.com/-/spec/opensearch/1.1/",
ShortName: Translate("opensearch_shortname"),
Description: Translate("opensearch_description"),
Tags: Translate("opensearch_tags"),
ShortName: Translate("site_name"),
Description: Translate("site_description"),
Tags: Translate("site_tags"),
URLs: []URL{
{
Type: "text/html",