Commit
Message
Changed Files (2)
-
modified CHANGELOG.md
diff --git a/CHANGELOG.md b/CHANGELOG.md index 99987c3..f64ddd5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## [unreleased] + +### 🐛 Bug Fixes + +- Use correct URL for og:image property in template ## [0.5.0] - 2026-06-02 ### 🚀 Features -
modified src/templates/root_index.html.j2
diff --git a/src/templates/root_index.html.j2 b/src/templates/root_index.html.j2 index 87335ce..c91fbc0 100644 --- a/src/templates/root_index.html.j2 +++ b/src/templates/root_index.html.j2 @@ -157,8 +157,8 @@ <a class="version-link" href="{{ v.version }}/" >{{ v.version }}</a > - {% if loop.first %}<span class="badge-latest">latest</span - >{% endif %} {% if v.date %}<time + {% if loop.first %}<span class="badge-latest"><a href="latest">latest</a></span> + {% endif %} {% if v.date %}<time class="version-date" datetime="{{ v.date }}" >{{ v.date }}</time