Add Qwen skill docs, favicon, and ignore .QWEN.md
This commit is contained in:
parent
ba049d682b
commit
eb3d0baf43
3
.gitignore
vendored
3
.gitignore
vendored
@ -31,4 +31,5 @@ Twitch.png
|
||||
twitch-credentials-lumi.png
|
||||
.secrets
|
||||
.secrets-*
|
||||
DEVNOTES.md
|
||||
DEVNOTES.md
|
||||
.QWEN.md
|
||||
BIN
src/web/public/favicon.ico
Normal file
BIN
src/web/public/favicon.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 279 KiB |
@ -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' %>">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user