better meta tags

This commit is contained in:
steven 2025-04-07 02:33:02 -04:00
parent ecf5f62147
commit 6d3b16da46
4 changed files with 16 additions and 21 deletions

View file

@ -3,10 +3,9 @@
<head>
<meta charset="UTF-8">
<meta property="og:site_name" content="44live">
<meta property="og:title" content="{{ data.space_name }}{{ " ("+data.building_name+")" if data.building_name }}">
<title>{{ data.space_name }}</title>
<title>{{ data.space_name }}{{ " ("+data.building_name+")" if data.building_name }}</title>
<meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="icon" type="image/x-icon" href="/location.svg">
<link rel="icon" href="location.svg" type="image/svg+xml">
<style>*{font-family:monospace;}b{white-space:pre-wrap;}img{max-width:100%;}</style>
</head>
<body>