Don't show empty search results as None (in title)

This commit is contained in:
magmaus3 2022-11-26 18:38:57 +01:00
parent 733f0abf52
commit 54516c4bf6
Signed by: magmaus3
GPG key ID: 966755D3F4A9B251

View file

@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
<title>IWM Browser - {{ QueryValues["q"] }}</title> <title>IWM Browser - {{ QueryValues["q"] if QueryValues["q"] is not none }}</title>
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="robots" content="noindex, nofollow"> <meta name="robots" content="noindex, nofollow">
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">