{# SPDX-FileCopyrightText: 2026 PythonWoods #} {# SPDX-License-Identifier: Apache-2.0 #} {# source.html — extends Material's default with a version fact row. The version fact mirrors .md-source__facts (stars/forks) so it aligns at the same left edge as those items (inside .md-source__repository). #}
{% set icon = config.theme.icon.repo or "fontawesome/brands/git-alt" %} {% include ".icons/" ~ icon ~ ".svg" %}
{{ config.repo_name }} {% if config.extra.version %}
  • {{ config.extra.version }}
{% endif %}