diff options
author | lolcat <will@lolcat.ca> | 2023-11-07 08:04:56 -0500 |
---|---|---|
committer | lolcat <will@lolcat.ca> | 2023-11-07 08:04:56 -0500 |
commit | 785452873f0ee0a27fc157b482b7551560f0282d (patch) | |
tree | 4c70e240031ed3868425ca683c83ebfd378a9159 /template/header.html | |
parent | 64b090ee058953aed2246967332c7f0b6623cd8f (diff) |
fix typo
Diffstat (limited to 'template/header.html')
-rw-r--r-- | template/header.html | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/template/header.html b/template/header.html index 9e519fc..fcdbb13 100644 --- a/template/header.html +++ b/template/header.html @@ -3,14 +3,15 @@ <head> <meta http-equiv="Content-Type" content="text/html;charset=utf-8"> <title>{%title%}</title> - <link rel="stylesheet" href="/static/style.css?v4"> + <link title="{%server_name%}" href="/opensearch{%ac%}" rel="search" type="application/opensearchdescription+xml"> + <link rel="stylesheet" href="/static/style.css?v{%version%}"> + {%style%} <meta name="viewport" content="width=device-width,initial-scale=1"> <meta name="robots" content="{%index%}index,{%index%}follow"> <link rel="icon" type="image/x-icon" href="/favicon.ico"> - <meta name="description" content="4get.ca: {%description%}"> - <link rel="search" type="application/opensearchdescription+xml" title="4get" href="/opensearch.xml"> + <meta name="description" content="{%server_name%}: {%description%}"> </head> - <body{%body_class%}> + <body> <form method="GET" autocomplete="off"> <div class="searchbox"> <input type="submit" value="Search" tabindex="-1"> |