Skip to content
Discussion options

You must be logged in to vote

I figured it out:

overrides/main.html
{% extends "base.html" %}

{% block site_nav %}
{#-
This file was automatically generated - do not edit
-#}
{% set class = "md-nav md-nav--primary" %}
{% if "navigation.tabs" in features %}
{% set class = class ~ " md-nav--lifted" %}
{% endif %}
{% if "toc.integrate" in features %}
{% set class = class ~ " md-nav--integrated" %}
{% endif %}
<nav class="{{ class }}" aria-label="{{ lang.t('nav.title') }}" data-md-level="0">
    <label class="md-nav__title" for="__drawer">
        <a href="https://www.some-link.org/" title="Some Link">
            ⬅ Home
        </a>
    </label>
    {% if config.repo_url %}
    <div class="md-nav__source">
        {% in…

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
1 reply
@A-Baji
Comment options

Comment options

You must be logged in to vote
2 replies
@A-Baji
Comment options

@A-Baji
Comment options

Answer selected by A-Baji
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants