You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(theme): render repository source link in header
Add a Material-style .md-header__source block (icon + repo name) to the header, shown when repo_url is configured. New partials/source.html resolves the glyph via config.theme.icon.repo (default fontawesome/brands/git-alt) using the bundled icon set, and falls back to a URL-derived label when repo_name is unset. Overridable per site via custom_dir. The vendored Material CSS already ships the .md-header__source / .md-source styles (hidden below 60em).
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
0 commit comments