From 723ecf7b41b770a045317e764da1ee310841dcd5 Mon Sep 17 00:00:00 2001 From: paulsohier Date: Sat, 19 Sep 2026 16:26:53 +0100 Subject: [PATCH] Add an SVG sprite for the header's social icons The page headers of the Symfony site, the forum and the old site draw their RSS, Facebook, X and Discord icons as inline SVG (paul999/phpbb-website-private#74). Pages are not cached by the CDN, so every page view carries the four paths again, and the same paths are copied into three repositories. Move the glyphs into images/icons/social.svg as one per brand, so the headers can reference them with and the sprite is cached like the other assets. The symbols keep the viewBoxes the inline icons used, so the rendering is unchanged, and they still fill with currentColor for the .social-icons tile styles. Co-Authored-By: Claude Opus 5 --- images/icons/social.svg | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 images/icons/social.svg diff --git a/images/icons/social.svg b/images/icons/social.svg new file mode 100644 index 0000000..18ce34d --- /dev/null +++ b/images/icons/social.svg @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + +