Skip to content

Commit

Permalink
Update page template in test files
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiu Fong Lam committed Apr 24, 2024
1 parent a76944d commit cd41d0c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@
<link rel="stylesheet" href="/test_site/markbind/glyphicons/css/bootstrap-glyphicons.min.css">
<link rel="stylesheet" href="/test_site/markbind/css/codeblock-dark.min.css">
<link rel="stylesheet" href="/test_site/markbind/css/markbind.min.css">
<script src="/test_site/markbind/js/polyfill.min.js"></script>
<script src="/test_site/markbind/js/vue.min.js"></script>
<script src="/test_site/markbind/js/markbind.min.js"></script>
<script src="testMermaid.page-vue-render.js"></script>
<link rel="stylesheet" href="/test_site/plugins/testMarkbindPlugin/testMarkbindPluginStylesheet.css">
<link rel="stylesheet" href="/test_site/plugins/web3Form/web-3-form.css">
<link rel="stylesheet" href="/test_site/plugins/markbind-plugin-anchors/markbind-plugin-anchors.css">
Expand Down Expand Up @@ -304,6 +300,10 @@ <h1 id="heading-in-footer-should-not-be-indexed">Heading in footer should not be
</div>
</body>
<script src="/test_site/markbind/js/bootstrap-utility.min.js"></script>
<script src="/test_site/markbind/js/polyfill.min.js"></script>
<script src="/test_site/markbind/js/vue.min.js"></script>
<script src="/test_site/markbind/js/markbind.min.js"></script>
<script src="testMermaid.page-vue-render.js"></script>
<script>
MarkBind.setupWithSearch()
</script>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@
<link rel="stylesheet" href="/markbind/glyphicons/css/bootstrap-glyphicons.min.css">
<link rel="stylesheet" href="/markbind/css/codeblock-dark.min.css">
<link rel="stylesheet" href="/markbind/css/markbind.min.css">
<script src="/markbind/js/polyfill.min.js"></script>
<script src="/markbind/js/vue.min.js"></script>
<script src="/markbind/js/markbind.min.js"></script>
<script src="index.page-vue-render.js"></script>
<link rel="stylesheet" href="/plugins/dataTable/datatables.min.css">
<link rel="stylesheet" href="/plugins/dataTable/datatables-additional.css">
<link rel="stylesheet" href="/plugins/markbind-plugin-anchors/markbind-plugin-anchors.css">
Expand Down Expand Up @@ -343,6 +339,10 @@ <h1 id="welcome-to-markbind">Welcome to MarkBind<a class="fa fa-anchor" href="#w
</div>
</body>
<script src="/markbind/js/bootstrap-utility.min.js"></script>
<script src="/markbind/js/polyfill.min.js"></script>
<script src="/markbind/js/vue.min.js"></script>
<script src="/markbind/js/markbind.min.js"></script>
<script src="index.page-vue-render.js"></script>
<script>
MarkBind.setupWithSearch()
</script>
Expand Down

0 comments on commit cd41d0c

Please sign in to comment.