From b52e78d1733af383ba248c63130723195c90a185 Mon Sep 17 00:00:00 2001 From: rugk Date: Wed, 4 Mar 2020 15:10:31 +0100 Subject: [PATCH] Add OpenGraph and Twitter cards Just useless templates/defaults without any content. Fixes https://github.com/PrivateBin/PrivateBin/issues/139 --- tpl/bootstrap.php | 14 ++++++++++++++ tpl/page.php | 14 ++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/tpl/bootstrap.php b/tpl/bootstrap.php index a5474bba..5cafb3e4 100644 --- a/tpl/bootstrap.php +++ b/tpl/bootstrap.php @@ -73,6 +73,7 @@ endif; + @@ -81,6 +82,19 @@ endif; + + + + + + + + + + + + + + @@ -59,6 +60,19 @@ endif; + + + + + + + + + + + + +