about summary refs log tree commit diff stats
path: root/internal/components/page.templ
diff options
context:
space:
mode:
Diffstat (limited to 'internal/components/page.templ')
-rw-r--r--internal/components/page.templ7
1 files changed, 6 insertions, 1 deletions
diff --git a/internal/components/page.templ b/internal/components/page.templ
index b6c9a82..127d1ba 100644
--- a/internal/components/page.templ
+++ b/internal/components/page.templ
@@ -15,7 +15,12 @@ templ Page(tdata TemplateData) {
 		<head>
 			<meta charset="utf-8"/>
 			<meta name="viewport" content="width=device-width, initial-scale=1"/>
-			<title>Searchix</title>
+			<title>
+				Searchix
+				if config.DevMode {
+					(Dev)
+				}
+			</title>
 			for _, sheet := range tdata.Assets.Stylesheets {
 				<link href={ sheet.URL } rel="stylesheet" integrity={ "sha256-" + sheet.Base64SHA256 }/>
 			}