mirror of
https://github.com/Wonderfall/hugo-WonderMod.git
synced 2025-08-06 05:44:22 -04:00
deploy: 8456ad83ae
This commit is contained in:
parent
5a2dfcb3c2
commit
a03efd127b
64 changed files with 128 additions and 256 deletions
|
@ -17,7 +17,7 @@
|
|||
<link rel=mask-icon href=https://adityatelange.github.io/hugo-PaperMod/safari-pinned-tab.svg>
|
||||
<meta name=theme-color content="#2e2e33">
|
||||
<meta name=msapplication-TileColor content="#2e2e33">
|
||||
<meta name=generator content="Hugo 0.88.0">
|
||||
<meta name=generator content="Hugo 0.88.1">
|
||||
<link rel=alternate hreflang=en href=https://adityatelange.github.io/hugo-PaperMod/posts/math-typesetting/>
|
||||
<meta property="og:title" content="Math Typesetting">
|
||||
<meta property="og:description" content="A brief guide to setup KaTeX">
|
||||
|
@ -169,9 +169,7 @@ Powered by
|
|||
<a href=https://git.io/hugopapermod rel=noopener target=_blank>PaperMod</a>
|
||||
</span>
|
||||
</footer>
|
||||
<a href=#top aria-label="go to top" title="Go to Top (Alt + G)">
|
||||
<button class=top-link id=top-link type=button accesskey=g><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 6" fill="currentcolor"><path d="M12 6H0l6-6z"/></svg>
|
||||
</button>
|
||||
<a href=#top aria-label="go to top" title="Go to Top (Alt + G)" class=top-link id=top-link accesskey=g><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 6" fill="currentcolor"><path d="M12 6H0l6-6z"/></svg>
|
||||
</a>
|
||||
<script>let menu=document.getElementById('menu');menu.scrollLeft=localStorage.getItem("menu-scroll-position"),menu.onscroll=function(){localStorage.setItem("menu-scroll-position",menu.scrollLeft)},document.querySelectorAll('a[href^="#"]').forEach(a=>{a.addEventListener("click",function(b){b.preventDefault();var a=this.getAttribute("href").substr(1);window.matchMedia('(prefers-reduced-motion: reduce)').matches?document.querySelector(`[id='${decodeURIComponent(a)}']`).scrollIntoView():document.querySelector(`[id='${decodeURIComponent(a)}']`).scrollIntoView({behavior:"smooth"}),a==="top"?history.replaceState(null,null," "):history.pushState(null,null,`#${a}`)})})</script>
|
||||
<script>var mybutton=document.getElementById("top-link");window.onscroll=function(){document.body.scrollTop>800||document.documentElement.scrollTop>800?(mybutton.style.visibility="visible",mybutton.style.opacity="1"):(mybutton.style.visibility="hidden",mybutton.style.opacity="0")}</script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue