File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ params:
3838 hugo_version : 0.148.2
3939 pagefind_version : 1.4.0
4040 latest_version : 2.52.0
41- latest_relnote_url : https://github .com/git/git/raw/HEAD /Documentation/RelNotes/2.52.0.adoc
41+ latest_relnote_url : https://gitlab .com/git-scm /git/-/blob/v2.52.0 /Documentation/RelNotes/2.52.0.adoc
4242 latest_release_date : ' 2025-11-17'
4343 windows_installer :
4444 installer_x64 :
Original file line number Diff line number Diff line change 44 < h1 > Install</ h1 >
55 < div class ="version-badge ">
66 Latest version: {{ site.Params.latest_version }}
7- (< a href ="https://github .com/git/git/blob/HEAD /Documentation/RelNotes/{{ site.Params.latest_version }}.adoc "> Release Notes</ a > )
7+ (< a href ="https://gitlab .com/git-scm /git/-/ blob/v2.52.0 /Documentation/RelNotes/{{ site.Params.latest_version }}.adoc "> Release Notes</ a > )
88 </ div >
99 </ div >
1010
Original file line number Diff line number Diff line change 2020config = YAML . load_file ( "hugo.yml" )
2121config [ "params" ] = { } if config [ "params" ] . nil?
2222config [ "params" ] [ "latest_version" ] = version
23- config [ "params" ] [ "latest_relnote_url" ] = "https://github .com/git/git/raw/HEAD /Documentation/RelNotes/#{ version } .adoc"
23+ config [ "params" ] [ "latest_relnote_url" ] = "https://gitlab .com/git-scm /git/-/blob/v2.52.0 /Documentation/RelNotes/#{ version } .adoc"
2424config [ "params" ] [ "latest_release_date" ] = date . strftime ( "%Y-%m-%d" )
2525yaml = YAML . dump ( config ) . gsub ( / *$/ , "" )
26- File . write ( "hugo.yml" , yaml )
26+ File . write ( "hugo.yml" , yaml )
You can’t perform that action at this time.
0 commit comments