diff options
| -rw-r--r-- | data/templates/index.html | 4 |
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> |
