Margin and variables stuff
This commit is contained in:
@ -15,11 +15,11 @@
|
||||
{%- if config.extra.nav.links %}
|
||||
{% include "partials/nav.html" %}
|
||||
{%- endif %}
|
||||
<div id="main" class="container">
|
||||
<main id="main-content">
|
||||
{% block custom %}{% endblock custom %}
|
||||
{% block content %}{% endblock content %}
|
||||
{% include "partials/extra_features.html" %}
|
||||
</div>
|
||||
</main>
|
||||
{% include "partials/footer.html" %}
|
||||
{% endblock body %}
|
||||
</body>
|
||||
|
@ -5,7 +5,7 @@
|
||||
{%- endif %}
|
||||
<header id="site-nav">
|
||||
<nav>
|
||||
<a href="#main" id="main-content" tabindex="0">
|
||||
<a href="#main-content" tabindex="0">
|
||||
{{ macros_translate::translate(key="skip_to_content", default="Skip to Main Content", language_strings=language_strings) }}
|
||||
</a>
|
||||
<ul>
|
||||
|
Reference in New Issue
Block a user