minima-reboot 1.0.23 → 1.0.24

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ea731562db5ac9d14745f48a372229ecb31314dd
4
- data.tar.gz: ebd6c78a128a02da9eae390d7d6041beb5d31346
3
+ metadata.gz: 1942ddc4660a2d764453a4c6d0950a3c176e594b
4
+ data.tar.gz: 480fb054cb2daecdaf613d4d314dfa1ccffaba25
5
5
  SHA512:
6
- metadata.gz: a73aab10ae056286318fd79e4901da17f92c8aa4030a17b6278a4382a0a5fb9591e8ef0df6eb914aa03148685230486a7bd4e265ea6dee1a043d53a962732ea8
7
- data.tar.gz: 6829a4f32a81a3a59477360fac435b179b88e6a64b2578b933c71868288e5a00debcd27b1afd5556286234262a9831a45a9ee7fb2283426e0e27cd8590e7b288
6
+ metadata.gz: 5d53f2e90b70d2cbb18220d747e6b4ebd38393ab11b49e069872ef8f52ed34ea7c0f8359bc695d749b8e1a75d804d5e10c14b9e3c40aac5ce15739619b6c9d8b
7
+ data.tar.gz: 4866d41e8f82319f194938f474cf29ed3d54d901f70e73eea2db0591831adfd74a67d298cd885b05f8a5a37411b29bf8971089fa535096b831fdb669580cc093
data/README.md CHANGED
@@ -39,7 +39,7 @@ The following files are part of the `_layouts` directory.
39
39
 
40
40
  The following files are part of the `_includes` directory.
41
41
 
42
- - `disqus_comments.html`, `footer.html`, `google-analytics.html`, `head.html`, `header.html`, `icon-github`, `icon-twitter` — standard includes exactly as in [Minima](https://github.com/jekyll/minima).
42
+ - `disqus_comments.html`, `footer.html`, `google-analytics.html`, `head.html`, `header.html`, `icon-github` — standard includes exactly as in [Minima](https://github.com/jekyll/minima).
43
43
  - `head-includes.html` &mdash; an empty text file where the user may add additional lines that will be inserted into `<head>`. If you want to customize Minima Reboot and need to include additional style sheets, add them here.
44
44
 
45
45
  ### Sass
@@ -21,7 +21,7 @@ layout: page
21
21
  <tr>
22
22
  <td class="text-right align-top text-truncate"><time class="text-secondary" datetime="{{ post.date | date:"%Y-%m-%d" }}">{{ post.date | date: date_format }}</time></td>
23
23
  <td class="text-center align-top px-1">|</td>
24
- <td class="text-left align-top"><a href="{{ post.url | prepend: site.baseurl }}">{{ post.title }}</a></td>
24
+ <td class="text-left align-top"><a href="{{ post.url | prepend: site.baseurl }}">{{ post.title | escape }}</a></td>
25
25
  </tr>
26
26
 
27
27
  {% if forloop.last %}
@@ -55,8 +55,7 @@ body {
55
55
  #rss-icon {
56
56
  height: 1.5rem;
57
57
  width: 1.5rem;
58
- background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='rgb(134, 142, 150)' d='M119.9,336.1c-30.8,0-55.9,25.1-55.9,55.8c0,30.8,25.1,55.6,55.9,55.6c30.9,0,55.9-24.9,55.9-55.6
59
- C175.8,361.2,150.8,336.1,119.9,336.1z'/%3E%3Cpath fill='rgb(134, 142, 150)' d='M64,192v79.9c48,0,94.1,14.2,128,48.1c33.9,33.9,48,79.9,48,128h80C320,308.1,204,192,64,192z'/%3E%3Cpath fill='rgb(134, 142, 150)' d='M64,64v79.9c171,0,303.9,133,303.9,304.1H448C448,236.3,276,64,64,64z'/%3E%3C/svg%3E")
58
+ background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='rgb(134, 142, 150)' d='M119.9,336.1c-30.8,0-55.9,25.1-55.9,55.8c0,30.8,25.1,55.6,55.9,55.6c30.9,0,55.9-24.9,55.9-55.6,C175.8,361.2,150.8,336.1,119.9,336.1z'/%3E%3Cpath fill='rgb(134, 142, 150)' d='M64,192v79.9c48,0,94.1,14.2,128,48.1c33.9,33.9,48,79.9,48,128h80C320,308.1,204,192,64,192z'/%3E%3Cpath fill='rgb(134, 142, 150)' d='M64,64v79.9c171,0,303.9,133,303.9,304.1H448C448,236.3,276,64,64,64z'/%3E%3C/svg%3E")
60
59
  }
61
60
  }
62
61
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: minima-reboot
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.23
4
+ version: 1.0.24
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alexander Terenin
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-01-26 00:00:00.000000000 Z
11
+ date: 2018-03-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll