mirror of
https://github.com/metagov/govarch-website.git
synced 2025-06-19 01:23:10 +00:00
add skip navigation link
This commit is contained in:
@ -19,6 +19,16 @@
|
||||
</head>
|
||||
<body>
|
||||
|
||||
{% if page.layout == 'home' %}
|
||||
<a href="#main" class="skip-navigation">
|
||||
Skip to list of posts
|
||||
</a>
|
||||
{% else %}
|
||||
<a href="#main" class="skip-navigation">
|
||||
Skip to content
|
||||
</a>
|
||||
{% endif %}
|
||||
|
||||
{{ content }}
|
||||
|
||||
{% include menu.html %}
|
||||
|
Reference in New Issue
Block a user