From 6ee91c8b0ca923ef5acfc9b782431d77612c5674 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Kr=C3=BChlmann?= Date: Fri, 23 Jan 2026 17:03:06 +0100 Subject: [PATCH] Add social embed --- src/main/resources/templates/cookies.html | 5 +++++ .../templates/fragments/social-meta.html | 22 +++++++++++++++++++ src/main/resources/templates/index.html | 5 +++++ src/main/resources/templates/privacy.html | 5 +++++ src/main/resources/templates/terms.html | 5 +++++ 5 files changed, 42 insertions(+) create mode 100644 src/main/resources/templates/fragments/social-meta.html diff --git a/src/main/resources/templates/cookies.html b/src/main/resources/templates/cookies.html index 2504382..96058fb 100644 --- a/src/main/resources/templates/cookies.html +++ b/src/main/resources/templates/cookies.html @@ -3,6 +3,11 @@ Cookie Policy - Imgfloat + diff --git a/src/main/resources/templates/fragments/social-meta.html b/src/main/resources/templates/fragments/social-meta.html new file mode 100644 index 0000000..a975906 --- /dev/null +++ b/src/main/resources/templates/fragments/social-meta.html @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + diff --git a/src/main/resources/templates/index.html b/src/main/resources/templates/index.html index 89949a3..fe2eb39 100644 --- a/src/main/resources/templates/index.html +++ b/src/main/resources/templates/index.html @@ -3,6 +3,11 @@ Imgfloat - Twitch overlay + diff --git a/src/main/resources/templates/privacy.html b/src/main/resources/templates/privacy.html index f1f142b..fb6a208 100644 --- a/src/main/resources/templates/privacy.html +++ b/src/main/resources/templates/privacy.html @@ -3,6 +3,11 @@ Privacy Policy - Imgfloat + diff --git a/src/main/resources/templates/terms.html b/src/main/resources/templates/terms.html index d0d0639..bf21b4e 100644 --- a/src/main/resources/templates/terms.html +++ b/src/main/resources/templates/terms.html @@ -3,6 +3,11 @@ Terms of Use - Imgfloat +