Skip to content

Commit 8eddff1

Browse files
committed
Revert "Temp fix homepage download links (#3351)"
This reverts commit 26cdee1.
1 parent 655069b commit 8eddff1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.dd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ $(DIVC intro, $(DIV, $(DIV,
1717
$(DIVC download,
1818
$(DIVC btn-group-vertical,
1919
<a href="download.html" class="btn">Downloads</a>
20-
$(SPANC smallprint, Latest version: 2.100.0
21-
&ndash; $(LINK2 changelog/2.100.0.html, Changelog))
20+
$(SPANC smallprint, Latest version: $(LATEST)
21+
&ndash; $(LINK2 changelog/$(LATEST).html, Changelog))
2222
)
2323
)
2424
)
@@ -720,7 +720,7 @@ Macros:
720720
_=
721721
LAYOUT_PREFIX=
722722
LAYOUT_SUFFIX=
723-
$(SCRIPTLOAD $(ROOT_DIR)js/platform-downloads.js, data-latest="2.100.0")
723+
$(SCRIPTLOAD $(ROOT_DIR)js/platform-downloads.js, data-latest="$(LATEST)")
724724
LAYOUT_TITLE=
725725
TOUR=$(DIVC item, $(SECTION4 $(LINK2 $1, $(TC i, fa fa-$2 big-icon)$3), $4))
726726
TOUR=$(DIVC item, $(SECTION4 $(TC i, fa fa-$1 big-icon)$2, $3))

0 commit comments

Comments
 (0)