fix
This commit is contained in:
@@ -12,11 +12,11 @@
|
||||
<link href="<?php $this->options->icourl() ?>" rel=icon media="(prefers-color-scheme: light)" sizes=32x32>
|
||||
<script>!function () { switch (localStorage.getItem("theme") || "auto") { case "light": document.documentElement.classList.remove("dark"); break; case "dark": document.documentElement.classList.add("dark"); break; case "auto": window.matchMedia("(prefers-color-scheme: dark)").matches ? document.documentElement.classList.add("dark") : document.documentElement.classList.remove("dark") } }()</script>
|
||||
<link href="<?php $this->options->siteUrl(); ?>/feed" rel=alternate title="<?php $this->options->title(); ?>" type=application/rss+xml>
|
||||
<link href="<?php $this->options->themeUrl('/_astro/hoisted.aW6J7aTb.css'); ?>" rel=stylesheet>
|
||||
<link href="<?php $this->options->themeUrl('/_astro/_page_.C2WTn4nY.css'); ?>" rel=stylesheet>
|
||||
<link href="<?php $this->options->themeUrl('/_astro/_page_.DHnhnUL2.css'); ?>" rel=stylesheet>
|
||||
<link href="<?php $this->options->themeUrl('/_astro/about.DjJRFMus.css'); ?>" rel=stylesheet>
|
||||
<link href="<?php $this->options->themeUrl('/_astro/_category_.BWAG4XaK.css'); ?>" rel=stylesheet>
|
||||
<link href="<?php $this->options->themeUrl('/assets/css/hoisted.css'); ?>" rel=stylesheet>
|
||||
<link href="<?php $this->options->themeUrl('/assets/css/_page_.C2WTn4nY.css'); ?>" rel=stylesheet>
|
||||
<link href="<?php $this->options->themeUrl('/assets/css/_page_.DHnhnUL2.css'); ?>" rel=stylesheet>
|
||||
<link href="<?php $this->options->themeUrl('/assets/css/about.css'); ?>" rel=stylesheet>
|
||||
<link href="<?php $this->options->themeUrl('/assets/css/category.css'); ?>" rel=stylesheet>
|
||||
<style>
|
||||
<?php $this->options->addhead() ?>
|
||||
#post-container :first-child {
|
||||
@@ -102,6 +102,6 @@
|
||||
background: #fff9
|
||||
}
|
||||
</style>
|
||||
<script src="<?php $this->options->themeUrl('/_astro/hoisted.Sb1r8TRi.js'); ?>" type=module></script>
|
||||
<script src="<?php $this->options->themeUrl('/_astro/page.3zT6KwRv.js'); ?>" type=module></script>
|
||||
<script src="<?php $this->options->themeUrl('/assets/js/hoisted.js'); ?>" type=module></script>
|
||||
<script src="<?php $this->options->themeUrl('/assets/js/page.js'); ?>" type=module></script>
|
||||
<?php $this->header(); ?>
|
||||
Reference in New Issue
Block a user