From 731fd217db4caa6809d153f792157c03179b9b9d Mon Sep 17 00:00:00 2001 From: Jay Petacat Date: Sun, 24 Sep 2023 12:17:30 -0600 Subject: [PATCH] Add embedded SVG favicon to reference doc templates The SVG looks way better than the pixelated PNG and will adapt best to whatever screen it is being displayed on. The PNG continues to be used because Apple Safari does not support SVG favicons yet. All other major browsers do. See https://caniuse.com/link-icon-svg. This is a companion PR to ziglang/www.ziglang.org#310. --- doc/langref.html.in | 1 + lib/docs/index.html | 1 + src/autodoc/render_source.zig | 1 + 3 files changed, 3 insertions(+) diff --git a/doc/langref.html.in b/doc/langref.html.in index b4a3646877..bd3641b8e2 100644 --- a/doc/langref.html.in +++ b/doc/langref.html.in @@ -5,6 +5,7 @@ Documentation - The Zig Programming Language +