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/10/data-structure/index.html')
-rw-r--r--2019/10/data-structure/index.html15
1 files changed, 4 insertions, 11 deletions
diff --git a/2019/10/data-structure/index.html b/2019/10/data-structure/index.html
index 758b02f..ce06260 100644
--- a/2019/10/data-structure/index.html
+++ b/2019/10/data-structure/index.html
@@ -1018,11 +1018,11 @@ int zslRandomLevel(void) {
<li class="prev">
<a href="https://xiaohei.im/hugo-theme-pure/2019/10/rabbitmq-ack-confirm/" title="RabbitMQ-消息确认机制"><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/11/distributed-lock/"
- title="Redis-分布式锁"><span>下一篇&nbsp;&nbsp;</span><i
+ title="Redis-分布式锁"><span>上一篇&nbsp;&nbsp;</span><i
class="icon icon-angle-right" aria-hidden="true"></i></a>
</li>
@@ -1047,6 +1047,7 @@ int zslRandomLevel(void) {
</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">
@@ -1108,15 +1109,7 @@ int zslRandomLevel(void) {
</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>')