{#- Override of mkdocs-material's partials/source.html. Upstream renders `data-md-component="source"`, which triggers a runtime GitHub REST call (assets/javascripts/components/source) and caches the result in browser localStorage. The cache is per-browser and silently retains stale values when the API rate-limits the visitor's IP, so the version chip drifts behind the actual deployed release. This override drops the data-md-component hook and renders the version chip statically from `extra.gzkit_version`, which the docs CI stamps from pyproject.toml at build time. -#}
{% set icon = config.theme.icon.repo or "fontawesome/brands/git-alt" %} {% include ".icons/" ~ icon ~ ".svg" %}
{{ config.repo_name }} {% set version = config.extra.gzkit_version %} {% if version %} {% endif %}