summoner-jekyll-theme 1.3.2 → 1.3.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ff5b2507dedaf05267e5d4afcf04c58bbd14cc82c1ee4c23f270a0dfed2e1cfc
4
- data.tar.gz: e92b413f2f82be423ff00c0a041c8ae64ec3ee2c2adc1a5bbf108eac9a442564
3
+ metadata.gz: 138b1932e55c5a7abf7df7c8e51b63e95cd6997365a676aea11163f461cceea7
4
+ data.tar.gz: '08c4bc6d9e63b279125d5d0abd7084d59e0f8ba10cd839a6a41ed66ad7fbe4bb'
5
5
  SHA512:
6
- metadata.gz: 7a65e5c0b861b02003cfc437d585304dea1e89d25b2178fdab4a241586c122e5d2723d5bbbf17ad3b7c987d449ed2c558770a30e32d7df53cba59cfd29c5fbf4
7
- data.tar.gz: f850d00f83062e498984a7069f3adb407f34833fb726c314692dbfcb625cadd80ef823b591f125302eb0ebb7e2363194bdfc4f2ad372a3f76e3eb8bcc9b816c3
6
+ metadata.gz: 570c79051309bd3159b8f0efce1ada906a52aec7c1b8a94ea54c1c134bd8aa46148336e480be6bf8975affb1fb994ea3f887d949f2411a02813ba3e1729aaad6
7
+ data.tar.gz: '068fbcef2118fa1bc1bc3ca31bcc46975cd878cefef93cbf93c47ac5639022e90af624c24b1047195251f8d0819cb986598fdfee6b3a3b2fb6777c3d1ca7ae75'
data/_includes/head.html CHANGED
@@ -2,4 +2,5 @@
2
2
  <meta charset="utf-8">
3
3
  <link rel="stylesheet" href="/assets/style.css">
4
4
  <title>{{ site.title }}</title>
5
+ {% include includes.html %}
5
6
  </head>
@@ -0,0 +1,3 @@
1
+ .content p img {
2
+ border-radius: 4px;
3
+ }
data/_sass/summoner.scss CHANGED
@@ -17,6 +17,7 @@
17
17
  @import "components/paginator/span";
18
18
  @import "components/paginator";
19
19
  @import "components/post/code";
20
+ @import "components/post/img";
20
21
  @import "components/post/paragraph";
21
22
  @import "components/motif";
22
23
  @import "components/spacing";
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: summoner-jekyll-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.2
4
+ version: 1.3.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rory Dudley
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-07-21 00:00:00.000000000 Z
11
+ date: 2023-07-22 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description:
14
14
  email:
@@ -47,6 +47,7 @@ files:
47
47
  - _sass/components/paginator/_link.scss
48
48
  - _sass/components/paginator/_span.scss
49
49
  - _sass/components/post/_code.scss
50
+ - _sass/components/post/_img.scss
50
51
  - _sass/components/post/_paragraph.scss
51
52
  - _sass/config/_fonts.scss
52
53
  - _sass/config/_reset.scss