added emojis next to theme names, cleaned up go.mod, removed unnecessary language string
This commit is contained in:
parent
90d3964ca2
commit
ef0efc72fd
7 changed files with 46 additions and 86 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue