commit 993cb3388e41506aed2875971a980becc348ccb0
parent 9279f5c4c7d062f8e7aa8509fb204fe74ad0cba5
Author: Leah (ctucx) <leah@ctu.cx>
Date: Tue, 17 May 2022 19:18:56 +0200
parent 9279f5c4c7d062f8e7aa8509fb204fe74ad0cba5
Author: Leah (ctucx) <leah@ctu.cx>
Date: Tue, 17 May 2022 19:18:56 +0200
add open graph stuff
1 file changed, 10 insertions(+), 0 deletions(-)
diff --git a/src/website.tpl b/src/website.tpl @@ -1,7 +1,17 @@ <html> <head> <title>flauschehorn.sexy</title> + + <meta property="og:title" content="flauschehorn.sexy"> + <meta property="og:type" content="website" /> + <meta property="og:description" content="Random pictures of flauschehorns!"> + <meta property="og:image" content="{{IMAGE_URL}}"> + <meta property="og:url" content="https://flauschehorn.sexy/"> + <meta name="twitter:card" content="summary_large_image"> + + <meta name="generator" content="https://cgit.ctu.cx/flauschehorn.sexy/"> <meta name=viewport content="width=device-width, initial-scale=1"> + <style> html { background-color: black;