wai-website-theme 0.1.1 → 0.1.2

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
2
  SHA1:
3
- metadata.gz: f4fc3bf01e970e71490848bb798b26e9bb300c70
4
- data.tar.gz: 1ef382ddae3abd9bbc99968bc28f8a0f05a10c21
3
+ metadata.gz: 748e33063151a48ddceca4807aaf5f17aad00f95
4
+ data.tar.gz: 604c875fe9dc2c8698ec5ec49c84868e9ba23d21
5
5
  SHA512:
6
- metadata.gz: 109fa7ab3deaddff31d1a9b1b258cf0b04f5f8734e911f13d4f4e732fd408718a82bf3f8f191f1517a361fbdd2dd70b8d4e6aff1d3285a7b9a4f82eb08cd9e0c
7
- data.tar.gz: eb9de348f21b2721fffecc1b33eee111e702f0612d2bb99f7cc2236a620b0015dc20dd518a743e02807fbcbe4ba21b9afec7ebf84322613c70f89f7369a393a1
6
+ metadata.gz: 847445c1d0291085e930c58ac5b0c707eeca823439e58d6659faf6d629b065dc6cd998adf865268e150b5bf247d90866366bc9a8c9fc0c7dc965e22bdcbbfd80
7
+ data.tar.gz: 8e3c9481cffdfb247f35ab6035e66ffdf27fb4a1be21f776bb020fdc1e11a5bf7e91f0eb9e9be7526779f1053571bc030dd36b69ca17fa9083eddf3d01d90958
@@ -7,7 +7,7 @@
7
7
  <main id="main" class="default-grid with-gap{% unless page.noleftcol %} leftcol{% endunless %}" tabindex="-1">
8
8
 
9
9
  <article>
10
- <h1>{{ page.title }}</h1>
10
+ <h1>{% if page.title_icon %}<svg class="title-icon" aria-hidden="true"><use xlink:href="{{site.github.url}}{{page.title_icon}}"></use></svg> {{ page.title }}</h1>
11
11
  {{ content }}
12
12
 
13
13
  {{page.wcag_success_criteria}}{{page.wcag_techniques}}
data/_layouts/news.html CHANGED
@@ -7,7 +7,7 @@
7
7
  <main id="main" tabindex="-1">
8
8
  <div class="grid-five-three">
9
9
  <div class="col12">
10
- <h1>{{ page.title }}</h1>
10
+ <h1>{% if page.title_icon %}<svg class="title-icon" aria-hidden="true"><use xlink:href="{{site.github.url}}{{page.title_icon}}"></use></svg> {{ page.title }}</h1>
11
11
  </div>
12
12
  </div>
13
13
  {{ content }}
@@ -9,7 +9,7 @@
9
9
  {% include sidenav.html %}
10
10
 
11
11
  <article>
12
- <h1>{{ page.title }}</h1>
12
+ <h1>{% if page.title_icon %}<svg class="title-icon" aria-hidden="true"><use xlink:href="{{site.github.url}}{{page.title_icon}}"></use></svg> {% endif %}{{ page.title }}</h1>
13
13
  {{ content }}
14
14
 
15
15
  {% if page.wcag_success_criteria or page.wcag_techniques %}
@@ -9,7 +9,7 @@
9
9
  {% include sidenav.html %}
10
10
 
11
11
  <article class="content">
12
- <h1>{{ page.title }}</h1>
12
+ <h1>{% if page.title_icon %}<svg class="title-icon" aria-hidden="true"><use xlink:href="{{site.github.url}}{{page.title_icon}}"></use></svg> {{ page.title }}</h1>
13
13
  {{ content }}
14
14
  {% include prevnext.html %}
15
15
  </article>
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wai-website-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eric Eggert
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-01-08 00:00:00.000000000 Z
11
+ date: 2018-01-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll