Add Qwen skill docs, favicon, and ignore .QWEN.md

This commit is contained in:
Franz Rolfsvaag 2026-07-25 21:58:39 +02:00
parent ba049d682b
commit eb3d0baf43
4 changed files with 3 additions and 1 deletions

3
.gitignore vendored
View File

@ -31,4 +31,5 @@ Twitch.png
twitch-credentials-lumi.png
.secrets
.secrets-*
DEVNOTES.md
DEVNOTES.md
.QWEN.md

0
QWEN.md Normal file
View File

BIN
src/web/public/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 279 KiB

View File

@ -12,6 +12,7 @@
<% (typeof extraStyles !== "undefined" && Array.isArray(extraStyles) ? extraStyles : []).forEach((stylesheet) => { %>
<link rel="stylesheet" href="<%= stylesheet %>" />
<% }) %>
<link rel="icon" href="/favicon.ico?v=<%= assetVersion %>" type="image/x-icon" />
<%- include("theme-vars", { theme }) %>
</head>
<body data-theme-id="<%= theme ? theme.id : '' %>" data-authenticated="<%= user ? 'true' : 'false' %>">