owasp-td-jekyll 0.1.2 → 0.1.3

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 (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +3 -0
  3. data/_includes/navbar.html +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ce353f6099f4057915d1a51ef1909402540fa8230937746766d08f2ce7ca8895
4
- data.tar.gz: 974f511554ab9bda7252e3012d09c0d74613f1027821790ab4048f594fd3c3a5
3
+ metadata.gz: b859ca88fe79e3d82b57b32e96730958f168744f1b5ef9f3121e507aace214f7
4
+ data.tar.gz: b54d47f83e6ed7c706ae2f89475dd88bd9b42207755281ed9b18f859e2b0b50b
5
5
  SHA512:
6
- metadata.gz: 3033a31cf02773219aa8082f5ccfbb39d73cb02cc9471d82041ba714e210158696533263b378c08c640666a03e3b13eadee10cf82769aca8b020a17cdbd9f2c4
7
- data.tar.gz: 2c6ea7965bacd74fd537ea74effec9bd101f146e2d0a601d60f46ddbc035f876f13a7c97763700f273a21c3cc2d34e1273baa84599ba0e147ce579b9f83157d4
6
+ metadata.gz: a20856ca0537ed5a95b1ae778ce03f1cb0a313c8b796d255c225a011c8394c46be5e250ae5162f526edc375eebc2867193453194a02dd549ec628895505a8afc
7
+ data.tar.gz: 9ac554b59e2799e39973826de8e59dc62ad43eb25f27af4518d3b6640e7c1d3c8c90adc4e66ce4c59fc7f1c3ab80d1b41091452de4a5f5dc9243ff042f5aac9c
data/README.md CHANGED
@@ -20,6 +20,9 @@ This is a jekyll theme meant to be used as a documentation site as opposed to a
20
20
  This theme is based on (Mike Goodwin's original Threat Dragon documentation site)[https://github.com/threatdragon/threatdragon.github.io/tree/original]
21
21
 
22
22
 
23
+ ## TODO
24
+ - Document the theme using github pages (and this theme)
25
+ - Document using bootstrap classes
23
26
 
24
27
  ## Installation
25
28
 
@@ -10,7 +10,7 @@
10
10
  {%- for navlink in site.header_links -%}
11
11
  <li class="nav-item">
12
12
  <a href="{{ navlink.url }}"
13
- {% if navlink.target %} target="{{ navlink.target }}"{%- endif -%}
13
+ {% if navlink.target %} target="{{ navlink.target }}" rel="noopener noreferrer"{%- endif -%}
14
14
  class="nav-link active">
15
15
  {%- if navlink.fa_class -%}
16
16
  <i class="{{ navlink.fa_class }} fa-lg"></i>
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: owasp-td-jekyll
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Leo Reading
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-05-13 00:00:00.000000000 Z
11
+ date: 2021-05-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll