feat: Add og image and fix int parsing for blocks
All checks were successful
Build Docker / BuildImage (push) Successful in 2m19s

This commit is contained in:
2025-07-25 12:05:17 +10:00
parent c53a42b5c9
commit 0b623e2797
5 changed files with 27 additions and 0 deletions

View File

@@ -7,6 +7,12 @@
<title>Nathan.Woodburn/</title>
<link rel="icon" href="/assets/img/favicon.png" type="image/png">
<link rel="stylesheet" href="/assets/css/404.css">
<!-- Open Graph meta tags -->
<meta property="og:title" content="FireAlerts">
<meta property="og:description" content="Get alerted before your Handshake domains expire.">
<meta property="og:image" content="/assets/img/og.png">
<meta property="og:type" content="website">
</head>
<body>