Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/xiaoheiAh/hugo-theme-pure.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '2019/08/001-two-sum/index.html')
-rw-r--r--2019/08/001-two-sum/index.html15
1 files changed, 4 insertions, 11 deletions
diff --git a/2019/08/001-two-sum/index.html b/2019/08/001-two-sum/index.html
index e95dc5b..bf1e4c8 100644
--- a/2019/08/001-two-sum/index.html
+++ b/2019/08/001-two-sum/index.html
@@ -406,11 +406,11 @@
<li class="prev">
<a href="https://xiaohei.im/hugo-theme-pure/collections/arraylist/" title="Collections-Arraylist"><i
class="icon icon-angle-left"
- aria-hidden="true"></i><span>&nbsp;&nbsp;上一篇</span></a>
+ aria-hidden="true"></i><span>&nbsp;&nbsp;下一篇</span></a>
</li>
<li class="next">
<a href="https://xiaohei.im/hugo-theme-pure/2019/08/026-remove-duplicates-from-sorted-array/"
- title="[LeetCode In Rust]026-Remove Duplicates From Sorted Array"><span>下一篇&nbsp;&nbsp;</span><i
+ title="[LeetCode In Rust]026-Remove Duplicates From Sorted Array"><span>上一篇&nbsp;&nbsp;</span><i
class="icon icon-angle-right" aria-hidden="true"></i></a>
</li>
@@ -435,6 +435,7 @@
</div>
</nav>
+
<div class="modal modal-center modal-small modal-xs-full fade" id="donateModal" tabindex="-1" role="dialog">
<div class="modal-dialog" role="document">
<div class="modal-content donate">
@@ -496,15 +497,7 @@
</div>
</div>
</footer>
-<script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.2/MathJax.js?config=TeX-MML-AM_SVG"></script>
-<script type="text/x-mathjax-config">
- MathJax.Hub.Config({
- showMathMenu: false, //disables context menu
- tex2jax: {
- inlineMath: [ ['$','$'], ['\\(','\\)'] ]
- }
- });
-</script>
+
<script src="https://cdn.jsdelivr.net/npm/jquery@3.4.1/dist/jquery.min.js"></script>
<script>
window.jQuery || document.write('<script src="js/jquery.min.js"><\/script>')