We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 509bf86 commit f47daafCopy full SHA for f47daaf
_layouts/default.html
@@ -17,7 +17,16 @@
17
<h1><a href="{{ "/" | absolute_url }}">{{ site.title }}</a></h1>
18
{% endif %}
19
20
- {{ content }}
+ <!--
21
+ @todo #2 Add a link to "Jump to navigation".
22
+ On mobile, this link should display so that user can click to go to navigation section.
23
+ On desktop, this link should be hidden but focusable. It should reveal itself when focused.
24
+ This allows keyboard users to use this site easily.
25
+ -->
26
+
27
+ <article>
28
+ {{ content }}
29
+ </article>
30
31
{% if site.github.private != true %}
32
<div class="footer border-top border-gray-light mt-5 pt-3 text-right text-gray">
0 commit comments