aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilas Bartha <silas@exvacuum.dev>2025-02-16 18:05:49 -0500
committerSilas Bartha <silas@exvacuum.dev>2025-02-16 18:05:49 -0500
commit6741ed4f9159d025273e3e686573caaeab4b19c8 (patch)
treedd44dc15c01bd87ce140fc0ba7f40a6ec37a25a5
parentb2742ed336692cecb1f9a812b85ebe710d9ee7a4 (diff)
index meta tags
-rw-r--r--data/templates/index.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/data/templates/index.html b/data/templates/index.html
index adfac6e..1b942a6 100644
--- a/data/templates/index.html
+++ b/data/templates/index.html
@@ -5,6 +5,10 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>{{ ring_name }} List</title>
+ <meta property="og:url" content="https://evilr.ing"/>
+ <meta property="og:title" content="EVILRING"/>
+ <meta name="description" content="an evil webring for evil creatures">
+ <meta name="og:description" content="an evil webring for evil creatures">
</head>
<body>
<h1>{{ ring_name }} List</h1>