We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
-fake
1 parent f3c6cff commit e5e37c2Copy full SHA for e5e37c2
web/_includes/changelog_header.html
@@ -1,3 +1,3 @@
1
-{% capture anchor %}{{ include.version | downcase | replace: " ", "-" | replace: ".", "-" }}-fake{% endcapture %}
2
-<h3 id="{{ anchor }}"><a href="#{{ anchor }}">{{ include.version }}</a></h3>
+{% capture anchor %}{{ include.version | downcase | replace: " ", "-" | replace: ".", "-" }}{% endcapture %}
+<h3 id="{{ anchor }}"><span id="{{ anchor }}-fake"></span><a href="#{{ anchor }}">{{ include.version }}</a></h3>
3
0 commit comments