dendron-jekyll 0.3.5 → 0.3.6

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: 50b718e44dc5cdf5e53930a7cb2c66d099eefa9da786fc29de209fd146faaebe
4
- data.tar.gz: 5f9dc723417684f53b3e14dd27e4f54ef523d3815e99c4e47b498f7ef6c51211
3
+ metadata.gz: 19fb5d5a91f00719d14a7ec7d4e8dbf61c89f95f0c25db606c810962ed153e83
4
+ data.tar.gz: fcd99cf8b0b15059588ca61ec48dcab4134c02a7afb099cf215fd93f5e3b9caf
5
5
  SHA512:
6
- metadata.gz: c7929ed0d5a653b85ad52477bf0660ed777277732deca51998c0f5bf991f7532e6051d97feba40b30bebff4d7b661c0a3cec8eddacabd8d621dbd7d349b3c4f2
7
- data.tar.gz: 85e10666a3ad44e4feb455b0d09734e11e57c6f9fc13f160ff4c43d5dc2271d590c81eafa31d6cf9a17c6fd85e4d4d1e511aac468e1e0f42573b6e3870f494e7
6
+ metadata.gz: '08317371deef5c93be5f6bac4181a4ed9bf5e0d0e5155cdada66825fd435f6f469b4015479339744615cebb7a45899b3a51fc7dc7683b8c6925ddaf3cd57135a'
7
+ data.tar.gz: b5362a9d4224e95be9459d03a32cffd74e01ee655d28975c23ae891a54a2244abf1add8aca4181b150bbc45f3f206b09147170909a6818f5f922c20d179b7f67
@@ -37,8 +37,9 @@
37
37
  <meta name="robots" content="noindex, nofollow">
38
38
  {% endif %}
39
39
 
40
+
40
41
  {% seo %}
41
42
 
42
43
  {% include head_custom.html %}
43
44
 
44
- </head>
45
+ </head>
@@ -97,6 +97,20 @@ layout: table_wrappers
97
97
  {% endif %}
98
98
  {% endunless %}
99
99
  <div id="main-content" class="main-content" role="main">
100
+
101
+ {% if page.source %}
102
+ <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css" integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" crossorigin="anonymous">
103
+ <script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
104
+ <script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
105
+ <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js" integrity="sha384-OgVRvuATP1z7JjHLkuOU7Xw704+h835Lr+6QL9UvYjZE3Ipu6Tp75j7Bh/kR0JKI" crossorigin="anonymous"></script>
106
+
107
+ <div class="alert alert-primary" role="alert">
108
+ This material on this page is derived from content first created on <a href="{{page.source.url}}" target="_blank">{% if page.source.name %} {{page.source.name}} {% else %} {{page.source.url}} {% endif %}
109
+ </a>
110
+ </div>
111
+
112
+ {% endif %}
113
+
100
114
  {% if site.heading_anchors != false %}
101
115
  {% include vendor/anchor_headings.html html=content beforeHeading="true" anchorBody="<svg viewBox=\"0 0 16 16\" aria-hidden=\"true\"><use xlink:href=\"#svg-link\"></use></svg>" anchorClass="anchor-heading" %}
102
116
  {% else %}
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.5
4
+ version: 0.3.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kevin Lin
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-09-11 00:00:00.000000000 Z
11
+ date: 2020-09-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler