dedovic-2021 0.3.0 → 0.4.0

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
  SHA256:
3
- metadata.gz: 1dc5313b2c51010f592b6373bce4d159dfd16f1cf4b406ca61f36975308e714e
4
- data.tar.gz: 80be1c72a224dc33ece8b722a8964f21469571b98ad4b73b8724f43c0d1d1543
3
+ metadata.gz: 58aa4ae716f1bfd887618e0d043297d51cd4c7d006c0d3a5f6a30abd7330c751
4
+ data.tar.gz: 9b0e29d6f8d90c53a5ceb6eedb65d1ca64158c4b0a8543686b2f225499638f35
5
5
  SHA512:
6
- metadata.gz: 764acaec6ed4defa6c314ea333206ffbc9dcab7f3bfa2577f2fb87015dea6ecc4b6ed6b9bc7bbb3dd13b42d31ae1e2ebb80d5cf2c3cdb879dd404cf72cb14f03
7
- data.tar.gz: 9ad4d2b0ce2f368cc597b4817f982bce1cc634b44d310a9a6d20ff2943d2b19018eefa3ccc8d3c633bd980155c37096c8675adc0142e024b6cb267ebf130b4b5
6
+ metadata.gz: ea3a6ee3227ea72fc69e2fa7eaead2812a52cbc3847f6614a9b3532d72d5f45dc7efbd1c8c6cfca9bd01464900752211fcb9fc7c646ac5514acedb6b7dad1a14
7
+ data.tar.gz: 15a2f6b1c416d72f86e45ff315cf1f268a6bff9817f9283e050e59d843e6516a9cb225fd704466e649ea962a7398bdc001c228f5f3d439bfb52972e23c6eea4e
data/_includes/head.html CHANGED
@@ -32,6 +32,6 @@
32
32
  {% else %}
33
33
  <link rel="stylesheet" href="{{ "/assets/styles.css" | relative_url }}">
34
34
  {% endif %}
35
- <script src="/js/scripts.js"></script>
35
+ <script src="{{ site.baseurl }}{% link assets/js/scripts.js %}"></script>
36
36
 
37
37
  </head>
@@ -1,10 +1,10 @@
1
1
  @font-face {
2
2
  font-family: 'icons';
3
- src: url('../../assets/fonts/icons.eot?3xfjp9');
4
- src: url('../../assets/fonts/icons.eot?3xfjp9#iefix') format('embedded-opentype'),
5
- url('../../assets/fonts/icons.ttf?3xfjp9') format('truetype'),
6
- url('../../assets/fonts/icons.woff?3xfjp9') format('woff'),
7
- url('../../assets/fonts/icons.svg?3xfjp9#icomoon') format('svg');
3
+ src: url('/assets/fonts/icons.eot?3xfjp9');
4
+ src: url('/assets/fonts/icons.eot?3xfjp9#iefix') format('embedded-opentype'),
5
+ url('/assets/fonts/icons.ttf?3xfjp9') format('truetype'),
6
+ url('/assets/fonts/icons.woff?3xfjp9') format('woff'),
7
+ url('/assets/fonts/icons.svg?3xfjp9#icomoon') format('svg');
8
8
  font-weight: normal;
9
9
  font-style: normal;
10
10
  font-display: block;
@@ -2,8 +2,8 @@
2
2
 
3
3
  @font-face {
4
4
  font-family: 'Optima';
5
- src: url('../../assets/fonts/optima-webfont.woff2') format('woff2'),
6
- url('../../assets/fonts/optima-webfont.woff') format('woff');
5
+ src: url('/assets/fonts/optima-webfont.woff2') format('woff2'),
6
+ url('/assets/fonts/optima-webfont.woff') format('woff');
7
7
  font-weight: normal;
8
8
  font-style: normal;
9
9
 
@@ -11,8 +11,8 @@
11
11
 
12
12
  @font-face {
13
13
  font-family: 'Optima';
14
- src: url('../../assets/fonts/optima_b-webfont.woff2') format('woff2'),
15
- url('../../assets/fonts/optima_b-webfont.woff') format('woff');
14
+ src: url('/assets/fonts/optima_b-webfont.woff2') format('woff2'),
15
+ url('/assets/fonts/optima_b-webfont.woff') format('woff');
16
16
  font-weight: bold;
17
17
  font-style: normal;
18
18
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dedovic-2021
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Martha Hipley