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
In 4b51fcc (Migrate the home page to Hugo (and to Markdown),
2025-03-10), I had migrated also the header that talks about the current
Git for Windows version and where to find it.
Unfortunately, I forgot to update this partial template to take the
variable data from the site parameters, and instead still hard-coded
the version number and similar information.
So let's fix this ;-)
Signed-off-by: Johannes Schindelin <[email protected]>
<divclass="version"><ahref="https://github.com/git-for-windows/git/releases/tag/v2.48.1.windows.1" title="Version 2.48.1 was published on Thu, 13 Feb 2025 12:50:46 UTC">Version 2.48.1</a></div>
4
+
<divclass="version"><ahref="{{ .Site.Params.url }}" title="Version {{ .Site.Params.version }} was published on {{ .Site.Params.publish_date }}">Version {{ .Site.Params.version }}</a></div>
0 commit comments