mirror of https://github.com/kc0bfv/ticky_tacky_dark.git

Deployment Bot (from Travis CI)
15.28.2020 ce6026f39fca03ea7a1c32efc971363865f04fc6
markdown-syntax/index.html
@@ -23,7 +23,7 @@
<meta name="referrer" content="origin-when-cross-origin">
<meta name="generator" content="Hugo 0.63.2" />
<meta name="generator" content="Hugo 0.64.1" />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
@@ -49,14 +49,6 @@
</noscript>
<script>
    function toggleDisplay( elementID ) {
        elem = document.getElementById(elementID);
        if( elem.style.display == "none" ) {
            elem.style.display = "block";
        } else if( elem.style.display == "block" ) {
            elem.style.display = "none";
        }
    }
    
    function randomHeaderImg() {
        let images = ["https://kc0bfv.github.io/ticky_tacky_dark/img/header01.jpg","https://kc0bfv.github.io/ticky_tacky_dark/img/header02.jpg"];
@@ -248,8 +240,8 @@
    <ul class="navbar">
            <li><a href="https://kc0bfv.github.io/ticky_tacky_dark/">Main</a></li>
            <li><a href="https://kc0bfv.github.io/ticky_tacky_dark/about/">About</a></li>
            <li><a href="https://github.com/kc0bfv/ticky_tacky_dark">Theme Source</a></li>
            <li>Markdown Syntax Guide</li>
            <li><a href="https://github.com/kc0bfv/ticky_tacky_dark">Theme Source</a></li>
            <li><a href="https://kc0bfv.github.io/ticky_tacky_dark/emoji-support/">Emoji Support</a></li>
            <li><a href="https://kc0bfv.github.io/ticky_tacky_dark/rich-content/">Rich Content</a></li>
            <li><a href="https://kc0bfv.github.io/ticky_tacky_dark/math-typesetting/">Math Typesetting</a></li>