hexo-theme-shokax
Advanced tools
Comparing version 0.0.8 to 0.1.0
{ | ||
"name": "hexo-theme-shokax", | ||
"version": "0.0.8", | ||
"version": "0.1.0", | ||
"description": "a hexo theme based on shoka", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -41,3 +41,3 @@ /* global hexo */ | ||
return ` | ||
<script type="module"> | ||
<script type="module" data-pjax> | ||
import { RecentComments } from 'https://unpkg.com/@waline/client@v2/dist/waline.mjs' | ||
@@ -44,0 +44,0 @@ RecentComments({ |
@@ -56,3 +56,3 @@ /* global hexo */ | ||
let item_image = item.image || theme.images + '/404.png' | ||
let item_image = item.image || theme.assets + '/404.png' | ||
@@ -59,0 +59,0 @@ if (!item_image.startsWith('//') && !item_image.startsWith('http')) { |
@@ -570,3 +570,3 @@ const cardActive = function () { | ||
vendorJs('chart'); | ||
if (!reload) { | ||
if (reload !== 1) { | ||
$dom.each('script[data-pjax]', pjaxScript); | ||
@@ -573,0 +573,0 @@ } |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
513273