Skip to content

Commit

Permalink
update busuanzi impl
Browse files Browse the repository at this point in the history
  • Loading branch information
Lyken17 committed Nov 2, 2024
1 parent 5c773af commit f41935e
Showing 1 changed file with 14 additions and 5 deletions.
19 changes: 14 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
<html lang="en">
<head>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet">
<script async src="//busuanzi.ibruce.info/busuanzi/2.3/busuanzi.pure.mini.js"></script>
<script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script>
<!-- <script async src="https://busuanzi.ibruce.info/busuanzi/2.3/busuanzi.pure.mini.js"></script> -->
<script defer src="https://busuanzi.9420.ltd/js"></script>
<!-- <script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script> -->
<script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
Expand All @@ -15,7 +16,7 @@
margin: 0;
padding: 0;
color: black;
background-image: url('asset/samples/pexels-photo-28821825.jpeg'); /* Background image */
/* background-image: url('asset/samples/pexels-photo-28821825.jpeg'); */
background-size: contain; /* Cover the entire viewport */
background-attachment: fixed; /* Fixed background */
background-position: center;
Expand Down Expand Up @@ -831,6 +832,12 @@ <h2 class="title">BibTeX</h2>
</section>
<!--End BibTex citation -->

<!-- <script defer src="https://busuanzi.9420.ltd/js"></script>
本文总阅读量 <span id="busuanzi_page_pv"></span> 次
本文总访客量 <span id="busuanzi_page_uv"></span> 人
本站总访问量 <span id="busuanzi_site_pv"></span> 次
本站总访客数 <span id="busuanzi_site_uv"></span> 人 -->
<!-- Footer Section -->
<footer class="footer">
<div class="container">
Expand All @@ -842,8 +849,10 @@ <h2 class="title">BibTeX</h2>
rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/" target="_blank">Creative
Commons Attribution-ShareAlike 4.0 International License</a>.
</p>
<span id="busuanzi_container_site_pv">Total clicks: <span
id="busuanzi_page_uv"></span></span></p>
<p>Total clicks:
<span id="busuanzi_page_pv"></span>
</p>
</p>
</div>
</div>
</div>
Expand Down

0 comments on commit f41935e

Please sign in to comment.