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.
2 parents 1bbfcb2 + b6c45a0 commit d9a0cadCopy full SHA for d9a0cad
_includes/version-list.html
@@ -0,0 +1,6 @@
1
+<span class="fullVersionHistory" style="display: none;">
2
+ <ul class="fullVersionInfo">
3
+ <li onclick="changeVersion(this)">Latest Version</li>
4
+ </ul>
5
+ <a class="fvChange fontOswald" href="javascript:;">Change +</a>
6
+</span>
_layouts/default-layout.html
@@ -74,6 +74,15 @@
74
</div>
75
76
77
+ <div class="history list">
78
+ <div class="container">
79
+ <div class="col-xs-12">
80
+ {%- include liquid_autoGenerateHistoryList.html -%}
81
+ {%- include version-list.html -%}
82
+ </div>
83
84
85
+
86
<div id="footerWrapper">
87
{%- include page_footer.html -%}
88
0 commit comments