diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-10-21 23:47:32 +0200 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-10-21 23:47:32 +0200 |
commit | 384e2ea402a729d6796d5e3c3f1a0add3efa590a (patch) | |
tree | 0ca5eed44dcd1c03c60d95592772f8f3c4c53d87 /templates/ideas.html | |
parent | 251928ed4bfced982165a8bb29d945d44324e602 (diff) |
markup cleanup
Diffstat (limited to 'templates/ideas.html')
-rw-r--r-- | templates/ideas.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/ideas.html b/templates/ideas.html index e233000..6dccdeb 100644 --- a/templates/ideas.html +++ b/templates/ideas.html @@ -4,12 +4,12 @@ <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta property="og:title" content="{{.Name}} Ideez"/> - <meta property="og:description" content="Find all {{.Name}} ideez here!"/> + <meta property="og:description" content="Find all {{.Name}}'s ideez here!"/> <meta property="og:image" content="/static/favicon.ico" /> <link rel="stylesheet" href="/static/main.css"> <script src="/static/index.js" defer></script> <link rel="icon" type="image/x-icon" href="/static/favicon.ico"> - <title>{{.Name}} Ideez</title> + <title>{{.Name}}'s Ideez</title> </head> <body> {{ with .Error }} |