klst-theme 0.1.2 → 0.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: klst-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - neko
@@ -63,7 +63,6 @@ files:
63
63
  - _includes/body.html
64
64
  - _includes/footer.html
65
65
  - _includes/head.html
66
- - _includes/linklist.html
67
66
  - _includes/logo.html
68
67
  - _includes/month.html
69
68
  - _includes/nav.html
@@ -79,7 +78,9 @@ files:
79
78
  - _layouts/posts.html
80
79
  - assets/css/ash.css
81
80
  - assets/css/ash.css.map
81
+ - assets/css/highlight-default.min.css
82
82
  - assets/css/main.css
83
+ - assets/js/highlight.min.js
83
84
  - assets/svg/logo.svg
84
85
  homepage: https://klst.at/
85
86
  licenses:
@@ -1,4 +0,0 @@
1
- {% assign pages = site.pages %}
2
- {% for page in pages %}
3
- <a href={{page.url}}>{{ page.title }}</a>
4
- {% endfor %}