Compare commits

...

2 Commits

Author SHA1 Message Date
Nofated095 8ca700b83e del sw 2023-11-26 11:27:26 +08:00
Nofated095 c0cdc35ca0 update head 2023-11-26 10:49:07 +08:00
3 changed files with 1 additions and 3 deletions

View File

@ -172,7 +172,6 @@ module.exports = class extends Component {
<link rel="preload" as="style" onload="this.onload=null;this.rel='stylesheet'" href={fontCssUrl[variant]} />
<link rel="stylesheet" href={url_for('/css/' + variant + '.css')} />
<Plugins site={site} config={config} helper={helper} page={page} head={true} />
{adsenseClientId ? <script data-ad-client={adsenseClientId}
src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js" async></script> : null}

View File

@ -40,7 +40,6 @@ module.exports = class extends Component {
<Plugins site={site} config={config} page={page} helper={helper} head={false} />
<script src={url_for('/js/main.js')} defer></script>
<script src={url_for('/js/flying-pages.min.js')} defer={true}></script>
<script src={url_for('/js/sw.js')} defer={true}></script>
<script>
var lazyLoadInstance = new LazyLoad({
});

View File

@ -1,6 +1,6 @@
{
"name": "hexo-theme-amane",
"version": "0.0.33",
"version": "0.0.35",
"author": "Nofated095 <nofated095@users.noreply.github.com>",
"license": "MIT",
"description": "A simple, delicate, and modern theme for Hexo",