From 98c973430b3d4667e8f6645628fc00284ef041e8 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Tue, 28 Dec 2021 16:08:22 +0100 Subject: Add OpenGraph meta tags to display previews on social media. --- views/info.pug | 1 + 1 file changed, 1 insertion(+) (limited to 'views/info.pug') diff --git a/views/info.pug b/views/info.pug index b579f64..86a74d0 100644 --- a/views/info.pug +++ b/views/info.pug @@ -3,6 +3,7 @@ doctype html html head include head + +social(title.title_name, "Play " + title.title_name + " on the web.", title.title_id) title= title.title_name if user meta(http-equiv="refresh" content=300) -- cgit v1.2.3