Skip to content

Commit 79a6ff7

Browse files
committed
Add version in footer
1 parent b71f663 commit 79a6ff7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

_config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ url: "http://yourdomain.com" # the base hostname & protocol for your site
77
twitter_username: yatil
88
github_username: yatil
99
status: draft
10+
version: "2.1.1"
1011

1112
techniqueurl: http://www.w3.org/TR/WCAG20-TECHS/
1213

_includes/footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<footer role="contentinfo" aria-labelledby="wai_footerheading">
22
<hr>
33
<h2 id="wai_footerheading" class="sr-only">Document Information</h2>
4-
<p><strong>Status:</strong>{%if site.status == "draft" %}<strong> Draft.</strong>{% endif %} Updated {{ site.time | date:"%d %b %Y" }}<br />
4+
<p><strong>Status:</strong>{%if site.status == "draft" %}<strong> Draft.</strong>{% endif %} Updated {{ site.time | date:"%d %b %Y" }}. Version {{site.version}}<br />
55
Lead Developer: <a href="http://www.w3.org/People/yatil/">Eric Eggert</a> (W3C). Project Lead: <a href="http://www.w3.org/People/shadi/">Shadi Abou-Zahra</a> (W3C).<br>Previous editors and developers: Gregg Vanderheiden, Loretta Guarino Reid, Ben Caldwell, <a href="http://www.w3.org/People/Shawn/">Shawn Lawton Henry</a>, Gez Lemon.<br>The {{ site.time | date:"%Y" }} redesign was developed by the Education and Outreach Working Group (<a href="http://www.w3.org/WAI/EO/">EOWG</a>) and the Web Content Accessibility Guidelines Working Group (<a href="http://www.w3.org/WAI/GL/">WCAG WG</a>), with support from the <a href="http://www.w3.org/WAI/DEV/">WAI-DEV project</a>, a project of the European Commission IST Programme.</p>
66

77
<nav aria-label="Footer Navigation" class="footer-nav">

0 commit comments

Comments
 (0)