diff options
| author | Danilo M. <danix@danix.xyz> | 2026-05-11 14:16:52 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-05-11 14:16:52 +0200 |
| commit | 8e7bb77a16cad59928225c59b2e6f43fd00d1cb4 (patch) | |
| tree | 2a17d920482deb9f15b91a8524ace31228cf0b47 /gen_web_hook.sh | |
| parent | 181538b5204bd5f14d5f4a5fc23c50e7dc3db75d (diff) | |
| download | pkgs-html-structure-master.tar.gz pkgs-html-structure-master.zip | |
Move matrix-rain.js to .assets/js/, add favicon.png to .assets/img/.
Update all header templates with new JS path and favicon link tag.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'gen_web_hook.sh')
| -rw-r--r-- | gen_web_hook.sh | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gen_web_hook.sh b/gen_web_hook.sh index a10d6ac..77e2ec0 100644 --- a/gen_web_hook.sh +++ b/gen_web_hook.sh @@ -249,9 +249,10 @@ write_header() { <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>danix Slackware Repository</title> + <link rel="icon" type="image/png" href="/.assets/img/favicon.png"> <link rel="preconnect" href="https://fonts.googleapis.com"> <link href="https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;600&family=IBM+Plex+Sans:wght@300;400;600&display=swap" rel="stylesheet"> - <script src="/.assets/matrix-rain.js" defer></script> + <script src="/.assets/js/matrix-rain.js" defer></script> ${CSS} </head> <body> @@ -288,9 +289,10 @@ write_category_header() { <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>danix Slackware Repository</title> + <link rel="icon" type="image/png" href="/.assets/img/favicon.png"> <link rel="preconnect" href="https://fonts.googleapis.com"> <link href="https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;600&family=IBM+Plex+Sans:wght@300;400;600&display=swap" rel="stylesheet"> - <script src="/.assets/matrix-rain.js" defer></script> + <script src="/.assets/js/matrix-rain.js" defer></script> ${CSS} </head> <body> |
