Skip to content

Commit 4f5a3e4

Browse files
authored
remove (#616)
1 parent 36ed813 commit 4f5a3e4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/index.html

+6-6
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,11 @@
7070
color: "var(--theme-color,#42b983)",
7171
height: "3px",
7272
},
73-
timeUpdater: {
74-
text: ">last update time of this doc: {docsify-updated}",
75-
formatUpdated: "{YYYY}/{MM}/{DD}",
76-
whereToPlace: "bottom", // "top" or "bottom", default to "bottom"
77-
},
73+
// timeUpdater: {
74+
// text: ">last update time of this doc: {docsify-updated}",
75+
// formatUpdated: "{YYYY}/{MM}/{DD}",
76+
// whereToPlace: "bottom", // "top" or "bottom", default to "bottom"
77+
// },
7878
// plugins: [
7979
// EditOnGithubPlugin.create("https://github.com/mosn/layotto/tree/main/docs"
8080
// , null
@@ -107,7 +107,7 @@
107107
<script src="./js/progress.js"></script>
108108

109109
<!-- https://github.com/pfeak/docsify-updated-->
110-
<script src="./js/time-updater.min.js"></script>
110+
<!-- <script src="./js/time-updater.min.js"></script> -->
111111

112112
</body>
113113
</html>

0 commit comments

Comments
 (0)