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.
1 parent 74f17a0 commit 2840ac5Copy full SHA for 2840ac5
docs/write-a-plugin.md
@@ -87,7 +87,7 @@ window.$docsify = {
87
editHtml +
88
html +
89
'\n----\n' +
90
- 'Last modified {docsify-updated} ' +
+ 'Last modified {docsify-updated}' +
91
editHtml
92
);
93
});
@@ -108,4 +108,5 @@ Current version: <span id='tip-version'>loading</span>
108
109
<script>
110
document.getElementById('tip-version').innerText = Docsify.version
111
+document.getElementsByClassName("lang-js")[2].innerHTML = document.getElementsByClassName("lang-js")[2].innerHTML.replace(/Last modified .*'/,"Last modified {docsify-updated<span>}'</span>")
112
</script>
0 commit comments