jekyll-theme-jod 0.1.8 → 0.1.9

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
- SHA1:
3
- metadata.gz: 951c7f8b76ee9f716b08d52259653295e88ff44e
4
- data.tar.gz: 300a49e67a590a4e097489952c96de67479181fc
2
+ SHA256:
3
+ metadata.gz: ff9189b8aebf9e7f3120d15d24564f6f47227f048a5f169405aaf5ef85c79911
4
+ data.tar.gz: b1b66e51212258823875d976ebf45cb5891c635c0ff10aa62ca953564979a65d
5
5
  SHA512:
6
- metadata.gz: 28d9645401dea4949cce050c35288d324fc24d4b33ebb8936ef49212ab8fb05ed699efcdc65ea1126a4352dd259bb3641fb422237d6b37602c0051d1644eb4bc
7
- data.tar.gz: f5e93b6f6adcde42b87d6cb186df82400fb4a4667413a508a33cf10440f9b6ada151a127124146ade3315655ae4d17e073b15b89dbca2d81b7da34229e4704b1
6
+ metadata.gz: '026528d11c2551cb203231074536d8af489561ff56deb2f506d5c9667549a3da9c0b7ae5db7fd17d84f1af3c9c1a6fb079e8b657c999920ace08ac2bf4630917'
7
+ data.tar.gz: 3388005880fc894855c664e3ae525486aa4906f40bcf636039335a9b1a1ae517836b2db33bba92e86f97a252adb38e930e89c740e05adb69828b9393ce5ab950
@@ -7,3 +7,4 @@ PREFIX dct: <http://purl.org/dc/terms/>
7
7
  PREFIX vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#>
8
8
  PREFIX skos: <http://www.w3.org/2004/02/skos/core#>
9
9
  PREFIX vann: <http://purl.org/vocab/vann/>
10
+ PREFIX dbo: <http://dbpedia.org/ontology/>
@@ -1,5 +1,6 @@
1
1
  <div class="jumbotron">
2
2
  <h1 class="display-3">{% include label.html iri = page.rdf.iri %}</h1>
3
+ <p class="lead subtitle">{{ page.rdf | rdf_property: 'dbo:subtitle', 'en' }}</p>
3
4
  <p class="lead">{{ page.rdf | rdf_property: 'rdfs:comment', 'en' }}</p>
4
5
  <hr class="my-4">
5
6
  <p>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-jod
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.8
4
+ version: 0.1.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sebastian Tramp
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2019-01-21 00:00:00.000000000 Z
12
+ date: 2019-01-29 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: jekyll
@@ -107,7 +107,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
107
107
  version: '0'
108
108
  requirements: []
109
109
  rubyforge_project:
110
- rubygems_version: 2.5.2.1
110
+ rubygems_version: 2.7.6
111
111
  signing_key:
112
112
  specification_version: 4
113
113
  summary: The JOD theme generates documentation web pages from Ontology turtle documents