Skip to content

Commit c8c1da2

Browse files
committed
Stop claiming that v2.48.1 is the latest version
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]>
1 parent a54eae2 commit c8c1da2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/partials/header.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<header>
22
<nav class="content">
33
<a href="index.html"><h1 class="gittext lowercase">Git<span>for Windows</span></h1></a>
4-
<div class="version"><a href="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+
<div class="version"><a href="{{ .Site.Params.url }}" title="Version {{ .Site.Params.version }} was published on {{ .Site.Params.publish_date }}">Version {{ .Site.Params.version }}</a></div>
55
<ul class="list-unstyled">
66
<li><a style="font-weight:bold" href="https://github.com/git-for-windows/git/wiki/FAQ" target="_blank">FAQ</a></li>
77
<li><a href="https://github.com/git-for-windows/git" target="_blank">Repository</a></li>

0 commit comments

Comments
 (0)