Add Qwen skill docs, favicon, and ignore .QWEN.md
This commit is contained in:
parent
ba049d682b
commit
eb3d0baf43
1
.gitignore
vendored
1
.gitignore
vendored
@ -32,3 +32,4 @@ twitch-credentials-lumi.png
|
|||||||
.secrets
|
.secrets
|
||||||
.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) => { %>
|
<% (typeof extraStyles !== "undefined" && Array.isArray(extraStyles) ? extraStyles : []).forEach((stylesheet) => { %>
|
||||||
<link rel="stylesheet" href="<%= stylesheet %>" />
|
<link rel="stylesheet" href="<%= stylesheet %>" />
|
||||||
<% }) %>
|
<% }) %>
|
||||||
|
<link rel="icon" href="/favicon.ico?v=<%= assetVersion %>" type="image/x-icon" />
|
||||||
<%- include("theme-vars", { theme }) %>
|
<%- include("theme-vars", { theme }) %>
|
||||||
</head>
|
</head>
|
||||||
<body data-theme-id="<%= theme ? theme.id : '' %>" data-authenticated="<%= user ? 'true' : 'false' %>">
|
<body data-theme-id="<%= theme ? theme.id : '' %>" data-authenticated="<%= user ? 'true' : 'false' %>">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user