commit 4d60836412609813168f12c0f901afe615746ace parent 06fe09d98f4732799d095df5d9e82723e6424057 Author: Samdal <samdal@protonmail.com> Date: Thu, 20 Feb 2025 23:14:18 +0100 add favicon.png Diffstat:
M | _includes/head.html | | | 1 | + |
M | _layouts/default.html | | | 2 | +- |
R | assets/images/mosfet.png -> favicon.png | | | 0 |
3 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/_includes/head.html b/_includes/head.html @@ -1,4 +1,5 @@ <head> + <link rel="icon" href="/favicon.png"> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> diff --git a/_layouts/default.html b/_layouts/default.html @@ -12,7 +12,7 @@ layout: compress <div class="main-title-columns"> - <img style="image-rendering: crisp-edges; height: 100%; height: 80px; margin: auto 0px; margin-right: 10px;" src="/assets/images/mosfet.png" widht=64 height=46> + <img style="image-rendering: crisp-edges; height: 100%; height: 80px; margin: auto 0px; margin-right: 10px;" src="/favicon.png" widht=64 height=46> <div class="main-title-rows"> <h1 style="margin-bottom: 5px;"> diff --git a/assets/images/mosfet.png b/favicon.png Binary files differ.