change meta tags

This commit is contained in:
steven 2025-04-04 00:14:43 -04:00
parent e7aa36b137
commit ecf5f62147
4 changed files with 67 additions and 104 deletions

View file

@ -1,30 +1,13 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>{{ data.space_name }}</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta content="44live" property="og:site_name">
<meta content="{{ data.space_name }}{{ " ("+data.building_name+")" if data.building_name }}" property="og:title">
<meta content='https://44live.stevenalexander.org/location.svg' property='og:image'>
<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>
<meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="icon" type="image/x-icon" href="/location.svg">
<style>
* {
font-family: monospace;
}
b {
white-space: pre-wrap;
}
img {
max-width:100%;
}
footer {
display: flex;
background-color: lightblue;
padding: 5px;
justify-content: center;
}
</style>
<style>*{font-family:monospace;}b{white-space:pre-wrap;}img{max-width:100%;}</style>
</head>
<body>
<h1><a href="https://25live.collegenet.com/pro/louisville#!/home/location/{{ data.space_id }}/availability/daily">{{ data.space_name }}</a>{{ " ("+data.building_name+")" if data.building_name }}</h1>
@ -56,6 +39,6 @@ footer {
<img src="https://25live.collegenet.com/25live/data/louisville/run/image?image_id={{ data.layout.layout_photo_id }}">
{%- endif %}
{%- endif %}
<footer>Last modified at {{ data.last_mod_dt }} by {{ data.last_mod_user }}</footer>
<h2>Last modified at {{ data.last_mod_dt }} by {{ data.last_mod_user }}</h2>
</body>
</html>