Skip to content

Commit 9867871

Browse files
committed
monitor: remove obsolete data-mac
We're no longer advertising the woefully outdated Git for MacOS installer, therefore there is no need for that information to be patched through. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
1 parent 41abf36 commit 9867871

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/partials/monitor.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ <h4> Latest source Release </h4>
1010
<span class="release-date">
1111
({{ .Site.Params.latest_release_date }})
1212
</span>
13-
<span data-mac="{{ .Site.Params.macos_installer.version }}" data-win="{{ .Site.Params.windows_installer.installer_x64.version }}" id="installer-version"></span>
13+
<span data-win="{{ .Site.Params.windows_installer.installer_x64.version }}" id="installer-version"></span>
1414

1515
<a href="https://www.kernel.org/pub/software/scm/git/" class="button" id="download-link">Download Source Code</a>
1616
</div>

0 commit comments

Comments
 (0)