wai-website-theme 1.5.6 → 1.6

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
  SHA256:
3
- metadata.gz: 8eabf3514e0292ce06201d441e3cf014eb597e9a253229c721adf66007e583ad
4
- data.tar.gz: 3f21dacb6da9e05b5d79845437d266da31d281a331821470ddde153c31173b3e
3
+ metadata.gz: d03da6d65cf78f515a401d2d86fda003371911070e5e06508a98ab728370108f
4
+ data.tar.gz: d7a901e46b04b3c926df20c3b1f99be5ba4c5c30e082747bfaa027158bc671b2
5
5
  SHA512:
6
- metadata.gz: ebf35dce3b080ea8a2a7f8f2f17e2e909bfd1f0024a8708051dc9a118174f06c1d0d4c17cfb9b3cbf12a1650e451d50b61902f2a103772c4ad8691b778c1d98e
7
- data.tar.gz: 4d4149cb62ed254d30b64737af41986ed42174695eb5b07052dcbe0261e716fbbc70fb1e872ce7af76886831c2bd36cead2d7372021531ca1031bd0798f16d73
6
+ metadata.gz: de632cd8d264278e97d8422f591336b03db6c5fd90b13a2aee543f16572d31bacde0e9acc382c0f9696adf54ac10ab67f315fa5779e747d06f13d9ddbbddb8bd
7
+ data.tar.gz: 824f11ade4ea25ae8ee9f1c62e6e47659d733f76ea6f4e46b10e477760f09f9949dc186d95021ecd81955a599cff60d8f629500122afff96e135c584386a21ee
@@ -46,7 +46,7 @@
46
46
  <p>Copyright &#xA9; {{ 'now' | date: "%Y" }} W3C <sup>&#xAE;</sup> (<a href="https://www.csail.mit.edu/"><abbr title="Massachusetts Institute of Technology">MIT</abbr></a>, <a href="https://www.ercim.eu/"><abbr title="European Research Consortium for Informatics and Mathematics">ERCIM</abbr></a>, <a href="https://www.keio.ac.jp/">Keio</a>, <a href="https://ev.buaa.edu.cn">Beihang</a>) <a href="{{ "/about/using-wai-material/" | relative_url }}">Permission to Use WAI Material</a>.</p>
47
47
  </div>
48
48
  </div>
49
- <div class="q4-start q4-end">
49
+ <div lang="en" dir="auto" {% if site.data.lang[pagelang].rtl %}style="text-align: right;"{% endif %} translate="no" class="q4-start q4-end">
50
50
  <ul style="margin-bottom:0">
51
51
  <li><a href="{{ "/about/contacting/" | relative_url }}">Contact WAI</a></li>
52
52
  <li><a href="{{ "/sitemap/" | relative_url }}">Site Map</a></li>
@@ -20,19 +20,19 @@
20
20
  <p>{% assign replacepattern = enpage.url | relative_url | prepend: "$1|" %}{% include t.html t='This volunteer translation might not accurately reflect the intentions of the <a href="$1">English original</a>.' replace=replacepattern %}</p>
21
21
  {% if pagelang == 'en' %}
22
22
  <p>{% include_cached icon.html name="check-circle" %} {% include t.html t='Translation up-to-date with the English version.' %}
23
- <br>{% include t.html t='Translation updated:' %} <span dir="auto">{{page.last_updated | date: "%d %b %Y"}}</span>. {% include t.html t='English updated:' %} <span dir="auto">{{enpage.last_updated | date: "%d %b %Y"}}</span>.
23
+ <br>{% include t.html t='Translation updated:' %} <span dir="auto">{{page.last_updated | date: "%Y-%m-%d"}}</span>. {% include t.html t='English updated:' %} <span dir="auto">{{enpage.last_updated | date: "%Y-%m-%d"}}</span>.
24
24
  </p>
25
25
  <p>{% include_cached icon.html name="warning" %} {% include t.html t='English version updated since this translation: <a href="$1">Change log</a>.' replace=changelogpagereplace %}
26
- <br>{% include t.html t='English updated:' %} <span dir="auto">{{enpage.last_updated | date: "%d %b %Y"}}</span>. {% include t.html t='Translation updated:' %} <span dir="auto">{{page.last_updated | date: "%d %b %Y"}}</span>.
26
+ <br>{% include t.html t='English updated:' %} <span dir="auto">{{enpage.last_updated | date: "%Y-%m-%d"}}</span>. {% include t.html t='Translation updated:' %} <span dir="auto">{{page.last_updated | date: "%Y-%m-%d"}}</span>.
27
27
  </p>
28
28
  {% else %}
29
29
  {% if enupdatedate <= thisupdatedate %}
30
30
  <p>{% include_cached icon.html name="check-circle" %} {% include t.html t='Translation up-to-date with the English version.' %}
31
- <br>{% include t.html t='Translation updated:' %} <span dir="auto">{{page.last_updated | date: "%d %b %Y"}}</span>. {% include t.html t='English updated:' %} <span dir="auto">{{enpage.last_updated | date: "%d %b %Y"}}</span>.
31
+ <br>{% include t.html t='Translation updated:' %} <span dir="auto">{{page.last_updated | date: "%Y-%m-%d"}}</span>. {% include t.html t='English updated:' %} <span dir="auto">{{enpage.last_updated | date: "%Y-%m-%d"}}</span>.
32
32
  </p>
33
33
  {% else %}
34
34
  <p>{% include_cached icon.html name="warning" %} {% include t.html t='English version updated since this translation: <a href="$1">Change log</a>.' replace=changelogpagereplace %}
35
- <br>{% include t.html t='English updated:' %} <span dir="auto">{{enpage.last_updated | date: "%d %b %Y"}}</span>. {% include t.html t='Translation updated:' %} <span dir="auto">{{page.last_updated | date: "%d %b %Y"}}</span>.
35
+ <br>{% include t.html t='English updated:' %} <span dir="auto">{{enpage.last_updated | date: "%Y-%m-%d"}}</span>. {% include t.html t='Translation updated:' %} <span dir="auto">{{page.last_updated | date: "%Y-%m-%d"}}</span>.
36
36
  </p>
37
37
  {% endif %}
38
38
  {% endif %}
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: 1.5.6
4
+ version: '1.6'
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eric Eggert
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-07-11 00:00:00.000000000 Z
11
+ date: 2019-07-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll