jekyll-theme-jod 0.1.7 → 0.1.8
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/_includes/navigation.html +1 -1
- data/_layouts/default.html +4 -4
- data/_layouts/ontology.html +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 951c7f8b76ee9f716b08d52259653295e88ff44e
|
|
4
|
+
data.tar.gz: 300a49e67a590a4e097489952c96de67479181fc
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 28d9645401dea4949cce050c35288d324fc24d4b33ebb8936ef49212ab8fb05ed699efcdc65ea1126a4352dd259bb3641fb422237d6b37602c0051d1644eb4bc
|
|
7
|
+
data.tar.gz: f5e93b6f6adcde42b87d6cb186df82400fb4a4667413a508a33cf10440f9b6ada151a127124146ade3315655ae4d17e073b15b89dbca2d81b7da34229e4704b1
|
data/_includes/navigation.html
CHANGED
data/_layouts/default.html
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
|
8
8
|
|
|
9
9
|
<!-- Bootstrap CSS -->
|
|
10
|
-
<link rel="stylesheet" href="https://
|
|
10
|
+
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
|
|
11
11
|
</head>
|
|
12
12
|
<body>
|
|
13
13
|
|
|
@@ -15,8 +15,8 @@
|
|
|
15
15
|
|
|
16
16
|
<!-- Optional JavaScript -->
|
|
17
17
|
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
|
|
18
|
-
<script src="https://code.jquery.com/jquery-3.
|
|
19
|
-
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.
|
|
20
|
-
<script src="https://
|
|
18
|
+
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
|
|
19
|
+
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script>
|
|
20
|
+
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script>
|
|
21
21
|
</body>
|
|
22
22
|
</html>
|
data/_layouts/ontology.html
CHANGED
|
@@ -72,7 +72,7 @@ rdf_prefix_path: "_data/prefixes.pref"
|
|
|
72
72
|
<div class="row">
|
|
73
73
|
{% include navigation.html iri = result.subject.iri %}
|
|
74
74
|
|
|
75
|
-
<main role="main" class="container">
|
|
75
|
+
<main role="main" class="container col-sm-9 col-md-10 col-lg-8 col-xl-7">
|
|
76
76
|
{% include ontology-head.html iri = result.subject.iri %}
|
|
77
77
|
|
|
78
78
|
<h2 id="classes">Overview</h2>
|