jekyll-theme-schatten 1.1.1 → 1.1.2

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: 91dffa2441437e3f2a8542ad37d8f2e903b9e66a73792b509d203488213e5bf0
4
- data.tar.gz: e16dad9a7ea4396e9a882dfa499aab518f643ec4559e15d7e6cf3708bc287aa7
3
+ metadata.gz: 64b3a403a72e25c7c8597b33ae32245e8d86448e49611261ab8ab770668299fd
4
+ data.tar.gz: 826fa109a44b38e03ff6c369e852fe26fb94c8cb58848e8449261c10321d6cae
5
5
  SHA512:
6
- metadata.gz: 25d03d9f620af5f2cf45f02b5966b9a7bcc45a0cff03b8744bdc8e32698ecd75f30ea3dead3c31f940b970bd0bed2be45193569dcd05f884e720f51d458255bb
7
- data.tar.gz: b8b69c0ac1b2a9c8acced949743098f23e00b3cdeefab5df40ca44f21dfa7855b39e93389ba4ce2d032426e0777a76bc5444dd6f51e73c3969c157c3b5a93f40
6
+ metadata.gz: fcce56da179722dee0a51af3d0150cfae232c1448b096f5ecbaa8a5ff05c895e2751adefcdcd86746bc275a245c80a81237a38d5ad848a1342f609558f9c9e9e
7
+ data.tar.gz: 490080eae19c517375751393070784d75fca3a48de544824551c1e105a49df492925258cb780e7cc65b541fc780d2c33730a7e1b040f9a607ff3dd0383b19cf2
@@ -14,7 +14,12 @@
14
14
  </div>
15
15
  {% if post.image %}
16
16
  <div class="post-image-preview">
17
- <a href="{{ site.github.url }}{{ post.url }}"><img src="{{ site.github.url }}/{{ post.image }}" alt="{{ post.title }}"></a>
17
+ {% if post.image contains 'http' %}
18
+ <a href="{{ site.github.url }}{{ post.url }}"><img src="{{ post.image }}" alt="{{ post.title }}"></a>
19
+ {% else %}
20
+ <a href="{{ site.github.url }}{{ post.url }}"><img src="{{ site.github.url }}/{{ post.image }}" alt="{{ post.title }}"></a>
21
+ {% endif %}
22
+
18
23
  </div>
19
24
  {% endif %}
20
25
  </article>
data/_sass/_base.scss CHANGED
@@ -73,6 +73,10 @@ p {
73
73
  text-align: justify;
74
74
  }
75
75
 
76
+ li {
77
+ font-size: 18px;
78
+ }
79
+
76
80
  a {
77
81
  text-decoration: underline;
78
82
  }
data/_sass/_mobile.scss CHANGED
@@ -40,6 +40,14 @@
40
40
  font-size: 20px;
41
41
  }
42
42
 
43
+ li {
44
+ font-size: 20px;
45
+ }
46
+
47
+ iframe {
48
+ width: 100%;
49
+ }
50
+
43
51
  .post-content p {
44
52
  font-size: 20px;
45
53
  }
data/_sass/_post.scss CHANGED
@@ -33,6 +33,7 @@
33
33
  }
34
34
 
35
35
  .post-content img {
36
+ display: block;
36
37
  margin-left: auto;
37
38
  margin-right: auto;
38
39
  max-height: 300px;
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-schatten
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.1
4
+ version: 1.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Fabian Stadler
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-09-11 00:00:00.000000000 Z
11
+ date: 2023-09-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll