File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ Unreleased]
9+
10+ ### Fixed
11+
12+ - Footer links referred to ` name ` instead of ` label ` .
13+
814## [ 1.6.3] - 2025-11-29
915
1016### Changed
Original file line number Diff line number Diff line change 296296 {% for link in links %}
297297 < a
298298 href ="{{ link.url }} "
299- class ="link link-hover me-5 last:me-0 "> {% if link.icon %}< i class ="fa fa-lock fa-sm me-1 "> </ i > {% endif %}{{ link.name }}</ a >
299+ class ="link link-hover me-5 last:me-0 "> {% if link.icon %}< i class ="fa fa-lock fa-sm me-1 "> </ i > {% endif %}{{ link.label }}</ a >
300300 {% endfor %}
301301 </ nav >
302302 </ div >
You can’t perform that action at this time.
0 commit comments