mirror of
https://github.com/caddyserver/website.git
synced 2025-04-23 21:46:16 -04:00
Work on homepage a little more
This commit is contained in:
parent
4c837b4f06
commit
032d89d82f
8 changed files with 250 additions and 3 deletions
|
@ -50,3 +50,8 @@
|
|||
<script src="https://cdn.jsdelivr.net/npm/@alpinejs/persist@3.x.x/dist/cdn.min.js" defer></script>
|
||||
<script src="https://cdn.jsdelivr.net/npm/alpinejs@3.x.x/dist/cdn.min.js" defer></script>
|
||||
{{end}}
|
||||
|
||||
|
||||
<!-- TODO: These don't work -- color values need to be tweaked if they do work -- I think because background-color is set on the body. -->
|
||||
<meta name="theme-color" content="#123245" media="(prefers-color-scheme: light)">
|
||||
<meta name="theme-color" content="#123245" media="(prefers-color-scheme: dark)">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue