dendron-jekyll 0.3.8 → 0.3.9
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 +1 -3
- metadata +6 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: dae2fdd6b9f10f480152bdaf68b033546933067051e5a1e6fdc4f8f25c70f761
|
|
4
|
+
data.tar.gz: c6db5ca880a638df473ec1bdca696f2b4c2523472799b5e40f43a559fb5a5d33
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 533efc91832695aa378418874e90a355cf8503c70c1f96a93084b419bcf9b2def857a64eb2de0e688b72a26d1db5c01c9045d0b70f834f8800e8b7335304d004
|
|
7
|
+
data.tar.gz: 8b7ac911a21e71ec12e37550f78d39b53cb1d296c96a90474e3b898c9a78ace8efca351a6a6194891076634f1e7ae056f57079f5e0664c46fd21e009def4a9c8
|
data/_layouts/default.html
CHANGED
|
@@ -106,8 +106,6 @@ layout: table_wrappers
|
|
|
106
106
|
|
|
107
107
|
<div class="alert alert-primary" role="alert">
|
|
108
108
|
This page was generated from content adapted from the following <a href="#" data-html="true" data-toggle="popover" title="Attributions">sources</a>
|
|
109
|
-
|
|
110
|
-
<a href="{{page.source.url}}" target="_blank">{% if page.source.name %} {{page.source.name}} {% else %} {{page.source.url}} {% endif %}
|
|
111
109
|
</a>
|
|
112
110
|
</div>
|
|
113
111
|
|
|
@@ -116,7 +114,7 @@ layout: table_wrappers
|
|
|
116
114
|
$('[data-toggle="popover"]').popover({content: `
|
|
117
115
|
<ul>
|
|
118
116
|
{% for source in page.sources %}
|
|
119
|
-
<li> <a href="{{source.url}}" target="_blank">{% if source.name %} {{source.name}} {% else %} {{source.url}} {% endif %} </li>
|
|
117
|
+
<li> <a href="{{source.url}}" target="_blank">{% if source.name and source.name != "" %} {{source.name}} {% else %} {{source.url}} {% endif %} </li>
|
|
120
118
|
{% endfor %}
|
|
121
119
|
</ul>
|
|
122
120
|
`})
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: dendron-jekyll
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.
|
|
4
|
+
version: 0.3.9
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Kevin Lin
|
|
8
|
-
autorequire:
|
|
8
|
+
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-09-
|
|
11
|
+
date: 2020-09-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -72,7 +72,7 @@ dependencies:
|
|
|
72
72
|
- - "<"
|
|
73
73
|
- !ruby/object:Gem::Version
|
|
74
74
|
version: 13.1.0
|
|
75
|
-
description:
|
|
75
|
+
description:
|
|
76
76
|
email:
|
|
77
77
|
- kevin@thence.io
|
|
78
78
|
executables:
|
|
@@ -224,7 +224,7 @@ homepage: https://github.com/dendronhq/dendron-jekyll
|
|
|
224
224
|
licenses:
|
|
225
225
|
- MIT
|
|
226
226
|
metadata: {}
|
|
227
|
-
post_install_message:
|
|
227
|
+
post_install_message:
|
|
228
228
|
rdoc_options: []
|
|
229
229
|
require_paths:
|
|
230
230
|
- lib
|
|
@@ -240,7 +240,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
240
240
|
version: '0'
|
|
241
241
|
requirements: []
|
|
242
242
|
rubygems_version: 3.0.3
|
|
243
|
-
signing_key:
|
|
243
|
+
signing_key:
|
|
244
244
|
specification_version: 4
|
|
245
245
|
summary: Dendron Jekyll Theme
|
|
246
246
|
test_files: []
|