hexo-theme-shokax 0.0.7 → 0.0.8

Sign up to get free protection for your applications and to get access to all the features.
package/README.md CHANGED
@@ -71,4 +71,4 @@ shokaX的贡献者包括以非代码形式进行贡献的开发者(例如社区
71
71
  |:-----------|:---------------------------|
72
72
  | Lavender | https://www.lavenderdh.cn/ |
73
73
  | AdminZhang | https://www.a9-9.top/ |
74
- | D-Sketon | http://d-sketon.top/ |
74
+ | D-Sketon | https://d-sketon.top/ |
@@ -30,6 +30,7 @@ block content
30
30
  - var lastcat = ""
31
31
  - var lastcatslug = ""
32
32
  else
33
+ - var lastcat = true
33
34
  mixin lastcat
34
35
  != lastcat
35
36
  a(href=url_for(cat.path))
package/layout/page.pug CHANGED
@@ -27,7 +27,6 @@ block header
27
27
  != __('title.not_found')
28
28
  else
29
29
  != page.title
30
- != "|"
31
30
 
32
31
  block content
33
32
  if page.type === 'categories'
@@ -37,6 +36,7 @@ block content
37
36
  != __('menu.home')
38
37
  small
39
38
  != _p('counter.categories', site.categories.length)
39
+ != _list_categories(3)
40
40
  else if page.type === 'tags'
41
41
  div(class="collapse wrap")
42
42
  h2(class="item title")
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hexo-theme-shokax",
3
- "version": "0.0.7",
3
+ "version": "0.0.8",
4
4
  "description": "a hexo theme based on shoka",
5
5
  "main": "index.js",
6
6
  "repository": "https://github.com/zkz098/hexo-theme-shokaX",