Remove favicon.svg and update layout assets
All checks were successful
Build And Deploy / build-and-deploy (push) Successful in 1m25s
All checks were successful
Build And Deploy / build-and-deploy (push) Successful in 1m25s
Use absolute path for unscii-16 preload and remove unscii-8 preload. Replace file favicon.svg with inline SVG data-URI favicon, using text emoji and coloring it lime green. For the footer, remove the current year copyright and replace with Creative Commons icons for CC-BY-NC-SA license. Move the theme x-data and parallax choosing logic from BaseLayout to parallax.astro
This commit is contained in:
parent
4ed23bb6ef
commit
1162c53c8f
3 changed files with 18 additions and 35 deletions
|
|
@ -131,7 +131,7 @@ import Layout from "@layouts/BaseLayout.astro";
|
|||
}
|
||||
</style>
|
||||
<Fragment slot="content">
|
||||
<article id="hero">
|
||||
<article id="hero" x-data="{ theme: 'winternight'}">
|
||||
<div class="parallax-container" :class="'parallax-theme-' + theme">
|
||||
<div class="layer layer-0"></div>
|
||||
<div class="layer layer-1"></div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue