Fixed opensearch.xml
Some checks failed
Run Integration Tests / test (push) Failing after 1m5s

This commit is contained in:
partisan 2025-06-18 13:55:13 +02:00
parent ec8ab05349
commit d3bdc8065d
11 changed files with 73 additions and 30 deletions

View file

@ -13,8 +13,10 @@
<link rel="stylesheet" href="/static/css/style-fonts.css">
<link rel="stylesheet" href="/static/css/style-loadingcircle.css">
<link rel="stylesheet" href="/static/css/style-menu.css">
<link rel="search" type="application/opensearchdescription+xml" title="{{ translate " site_name" }}"
href="/opensearch.xml">
<!-- OpenSearch -->
<link rel="search" type="application/opensearchdescription+xml" title="{{ translate "site_name" }}" href="/opensearch.xml">
<!-- Icons -->
<link rel="icon" href="{{ .IconPathSVG }}" type="image/svg+xml">
<link rel="icon" href="{{ .IconPathPNG }}" type="image/png">