2020-09-30 14:56:50 +02:00
<!doctype html> < html lang = en > < head > < meta charset = utf-8 > < meta http-equiv = x-ua-compatible content = "IE=edge" > < meta name = viewport content = "width=device-width,initial-scale=1,shrink-to-fit=no" > < title > Categories - PaperMod< / title > < meta name = description content = "Categories - PaperMod" > < meta name = author content = "Theme PaperMod" > < link rel = canonical href = https://adityatelange.github.io/hugo-PaperMod/categories/ > < link href = https://adityatelange.github.io/hugo-PaperMod/css/stylesheet.min.53bb11a01b8b502a8c59ae9ad96adec99afab526cf9c58fbbb4344efab5916e0.css integrity = "sha256-U7sRoBuLUCqMWa6a2WreyZr6tSbPnFj7u0NE76tZFuA=" rel = "preload stylesheet" as = style > < link rel = apple-touch-icon href = https://adityatelange.github.io/hugo-PaperMod/apple-touch-icon.png > < link rel = icon href = https://adityatelange.github.io/hugo-PaperMod/favicon.ico > < meta name = generator content = "Hugo 0.75.1" > < link rel = alternate type = application/rss+xml href = https://adityatelange.github.io/hugo-PaperMod/categories/index.xml title = PaperMod > < / head > < body class = list id = top > < script > if ( window . matchMedia ( '(prefers-color-scheme: dark)' ) . matches ) { document . body . classList . add ( 'dark' ) ; } < / script > < header class = header > < nav class = nav > < p class = logo > < a href = https://adityatelange.github.io/hugo-PaperMod/ > PaperMod< / a > < / p > < ul class = menu id = menu onscroll = menu_on_scroll() > < li > < a href = https://adityatelange.github.io/hugo-PaperMod/archives/ > < span > Archives< / span > < / a > < / li > < li > < a href = https://adityatelange.github.io/hugo-PaperMod/tags/ > < span > Tags< / span > < / a > < / li > < li > < a href = https://adityatelange.github.io/hugo-PaperMod/series/ > < span > Series< / span > < / a > < / li > < / ul > < / nav > < / header > < main class = main > < header class = page-header > < h1 > Categories< / h1 > < / header > < ul class = terms-tags > < li > < a href = https://adityatelange.github.io/hugo-PaperMod/categories/syntax/ > syntax < sup > < strong > < sup > 1< / sup > < / strong > < / sup > < / a > < / li > < li > < a href = https://adityatelange.github.io/hugo-PaperMod/categories/themes/ > themes < sup > < strong > < sup > 1< / sup > < / strong > < / sup > < / a > < / li > < / ul > < / main > < footer class = footer > < span > © 2020 < a href = https://adityatelange.github.io/hugo-PaperMod/ > PaperMod< / a > < / span >
2020-07-22 23:56:01 +02:00
< span > · < / span >
2020-09-21 12:38:29 +02:00
< span > Powered by < a href = https://gohugo.io/ rel = "noopener noreferrer" target = _blank > Hugo️ ️ < / a > ️ < / span >
2020-07-22 23:56:01 +02:00
< span > · < / span >
2020-09-20 15:38:14 +02:00
< span > Theme️ < 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" > < button class = top-link id = top-link type = button > < svg xmlns = "http://www.w3.org/2000/svg" viewBox = "0 0 12 6" > < path d = "M12 6H0l6-6z" / > < / svg > < / button > < / a >
2020-09-17 11:00:01 +02:00
< script > w i n d o w . o n l o a d = f u n c t i o n ( ) { i f ( l o c a l S t o r a g e . g e t I t e m ( " m e n u - s c r o l l - p o s i t i o n " ) ) { d o c u m e n t . g e t E l e m e n t B y I d ( ' m e n u ' ) . s c r o l l L e f t = l o c a l S t o r a g e . g e t I t e m ( " m e n u - s c r o l l - p o s i t i o n " ) ; } }
2020-09-17 11:28:32 +02:00
document.querySelectorAll('a[href^="#"]').forEach(anchor=>{anchor.addEventListener("click",function(e){e.preventDefault();document.querySelector(this.getAttribute("href")).scrollIntoView({behavior:"smooth"});});});var mybutton=document.getElementById("top-link");window.onscroll=function(){if(document.body.scrollTop>800||document.documentElement.scrollTop>800){mybutton.style.visibility="visible";mybutton.style.opacity="1";}else{mybutton.style.visibility="hidden";mybutton.style.opacity="0";}};function menu_on_scroll(){localStorage.setItem("menu-scroll-position",document.getElementById('menu').scrollLeft);}< / script > < / body > < / html >