mundana 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.
- checksums.yaml +4 -4
- data/_layouts/default.html +5 -4
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: db233120d0cbd16fb5234ed7056deab24189d5575f091ff416d995c2acbb38e9
|
|
4
|
+
data.tar.gz: 54f5f29a012843bf998ff0807d90f407d16df54f3f69c8d06db42ff0b84142d8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f7429559460eff67faf604e744cc4ff603aad9486d1c10685f000f16db7dc34d4e6282bf9b142705f9cf0aaa2f98fbdb5110ac06e90acd301fa65d84327411e6
|
|
7
|
+
data.tar.gz: b04caac5b6e68537693f1cb25e574045decd85901b8fe8af7208371e9abf61fa6e6f4866706b58e4f1fcfbd53b9e3a2493e8d8f77d5923cc8d0d1854816bb79b
|
data/_layouts/default.html
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
|
|
9
9
|
{% seo %}
|
|
10
10
|
|
|
11
|
-
<link rel="shortcut icon" type="image/x-icon" href="{{site.baseurl}}/{{site.favicon}}">
|
|
11
|
+
<link rel="shortcut icon" type="image/x-icon" href="{{site.baseurl}}/{{site.favicon | relative_url}}">
|
|
12
12
|
|
|
13
13
|
<!-- Font Awesome Icons -->
|
|
14
14
|
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css" integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU" crossorigin="anonymous">
|
|
@@ -17,10 +17,11 @@
|
|
|
17
17
|
<link href="https://fonts.googleapis.com/css?family=Lora:400,400i,700" rel="stylesheet">
|
|
18
18
|
|
|
19
19
|
<!-- Bootstrap Modified -->
|
|
20
|
-
<link rel="stylesheet" href="{{
|
|
20
|
+
<link rel="stylesheet" href="{{ '/assets/css/main.css' | relative_url }}">
|
|
21
|
+
|
|
21
22
|
|
|
22
23
|
<!-- Theme Stylesheet -->
|
|
23
|
-
<link rel="stylesheet" href="{{
|
|
24
|
+
<link rel="stylesheet" href="{{ '/assets/css/theme.css' | relative_url }}">
|
|
24
25
|
|
|
25
26
|
<!-- Jquery on header to make sure everything works, the rest of the scripts in footer for fast loading -->
|
|
26
27
|
<script
|
|
@@ -69,7 +70,7 @@
|
|
|
69
70
|
|
|
70
71
|
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/js/bootstrap.min.js" integrity="sha384-B0UglyR+jN6CkvvICOB2joaf5I4l3gm9GU6Hc1og6Ls7i6U/mkkaduKaBhlAXv9k" crossorigin="anonymous"></script>
|
|
71
72
|
|
|
72
|
-
<script src="{{
|
|
73
|
+
<script src="{{'/assets/js/theme.js' | relative_url }}"></script>
|
|
73
74
|
|
|
74
75
|
|
|
75
76
|
<!-- Footer -->
|