opendevsecops-jekyll 0.1.0 → 0.1.2

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/_layouts/default.html +1 -5
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9e1b6e5986359f0396cc696e313267557bfb39aff927dc22c3470b36b5e75b73
4
- data.tar.gz: 64189d5b88f20c147e9e90439fa9cdd90f2826a51eefbbf5506d2f020cd9ec7a
3
+ metadata.gz: 99e965f9adb1ba863aea430e0c4ea2d90531e8ca93dbf714f123e677f5007e9d
4
+ data.tar.gz: 7f716272163fdfd657df23fa9b9478ae65fce78931125a896eb049d93beda74b
5
5
  SHA512:
6
- metadata.gz: 20c0facf273db0951e51d1a5de9dc0e75f85ee9fdaa7ff183669efdc4f96f3c23ccbdb36eb4176467beffb5202e5afbdcc63f48a07a86b03ee113a63f4d19092
7
- data.tar.gz: d9414a03bd92d3d3fa0b075dec8b60b38ef9770134fc4a996699c307992ed5672dbb5371b85b51a2d9424965fad03d571e2e85d0715d03c91dc744e27258ca5c
6
+ metadata.gz: 442b6233848f25b5ce6666157fe43c8b162633d0764ac8b187842c6307f21ef90485eb57220ecb0e5a7a406859ef3ca9e4229eef3cfa4d47ab7706103d6e2c1b
7
+ data.tar.gz: d9d6e0ab7ce5221ed8e0c8e95cca41bc02084e4a876c92ef1bf58934c38d9d620ec5fdb6f85d909462b117f991d801ad41e3483b47fc21ea82e4f26bc647268a
@@ -16,11 +16,7 @@ layout: table_wrappers
16
16
  {% include components/breadcrumbs.html %}
17
17
  <div id="main-content" class="main-content">
18
18
  <main>
19
- {% if site.heading_anchors != false %}
20
- {% 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" anchorAttrs="aria-labelledby=\"%html_id%\"" %}
21
- {% else %}
22
- {{ content }}
23
- {% endif %}
19
+ {{ content }}
24
20
 
25
21
  {% if page.has_children == true and page.has_toc != false %}
26
22
  {% include components/children_nav.html %}
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: opendevsecops-jekyll
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eric Kim