File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ window.$docsify = {
87
87
editHtml +
88
88
html +
89
89
' \n ----\n ' +
90
- ' Last modified {docsify-update }' +
90
+ ' Last modified {docsify-updated }' +
91
91
editHtml
92
92
);
93
93
});
@@ -109,6 +109,6 @@ Current version: <span id='tip-version'>loading</span>
109
109
<script >
110
110
document .getElementById (' tip-version' ).innerText = Docsify .version
111
111
// fix1320 replace the content to show the {docsify-ignore} example in case of being replaced in default.
112
- let text = document .getElementsByClassName (" lang-js" )[2 ].innerHTML .replace (/ Last modified . * $ '/ ," Last modified {docsify-update }" )
112
+ let text = document .getElementsByClassName (" lang-js" )[2 ].innerHTML .replace (/ Last modified . * $ '/ ," Last modified {docsify-updated }" )
113
113
document .getElementsByClassName (" lang-js" )[2 ].innerHTML = text
114
114
</script >
You can’t perform that action at this time.
0 commit comments