wai-website-theme 0.1.2 → 0.1.2.1
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 -1
- data/_layouts/news.html +1 -1
- data/_layouts/sidenav.html +1 -1
- data/_layouts/sidenavsidebar.html +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 12bab07740a2ac0b08a8ab834c61a4b07ee9ec36
|
|
4
|
+
data.tar.gz: 2a56bb12c6b8bbcd097a3e37d51d27938e64c3c1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 17d8727b19d348d5ffc515fad93656382dc6994d26654105ca9a9675d3c2a5c9bea030cbf1211f3dcb96f6a86e108c283d734d824e2e979e0e3f7baa4252614f
|
|
7
|
+
data.tar.gz: 219b5f3926d66e641924db7bbd0be6f1e5533df49caebf35a7b532fbb577a90a198f52092f0052e11826c41d580341acd89a59dca8289591dc4d406871da1654
|
data/_layouts/default.html
CHANGED
|
@@ -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>{% if page.title_icon %}<svg class="title
|
|
10
|
+
<h1>{% if page.title_icon %}<svg class="icon-in-title" 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>{% if page.title_icon %}<svg class="title
|
|
10
|
+
<h1>{% if page.title_icon %}<svg class="icon-in-title" 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 }}
|
data/_layouts/sidenav.html
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
{% include sidenav.html %}
|
|
10
10
|
|
|
11
11
|
<article>
|
|
12
|
-
<h1>{% if page.title_icon %}<svg class="title
|
|
12
|
+
<h1>{% if page.title_icon %}<svg class="icon-in-title" 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>{% if page.title_icon %}<svg class="title
|
|
12
|
+
<h1>{% if page.title_icon %}<svg class="icon-in-title" 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>
|