From ce6026f39fca03ea7a1c32efc971363865f04fc6 Mon Sep 17 00:00:00 2001
From: Deployment Bot (from Travis CI) <deploy@travis-ci.org>
Date: Sat, 15 Feb 2020 16:28:40 +0000
Subject: [PATCH] Deploy kc0bfv/ticky_tacky_dark to github.com/kc0bfv/ticky_tacky_dark.git:gh-pages

---
 emoji-support/index.html |   21 +++++++--------------
 1 files changed, 7 insertions(+), 14 deletions(-)

diff --git a/emoji-support/index.html b/emoji-support/index.html
index dee302e..00b0262 100644
--- a/emoji-support/index.html
+++ b/emoji-support/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"];
@@ -124,11 +116,12 @@
 font-family: Apple Color Emoji,Segoe UI Emoji,NotoColorEmoji,Segoe UI Symbol,Android Emoji,EmojiSymbols;
 }</code></pre></div>
 
-<a href="javascript:toggleDisplay('dropstuff');">This demonstrates the dropdown shortcode.  Click this.</a>
-
-<div id="dropstuff" style="display:none">
+<details>
+    <summary>This demonstrates the dropdown shortcode.  Click this.</summary>
+    
     This stuff drops down because you clicked on the text.
-</div>
+
+</details>
     </div>
 
                             </main>
@@ -137,8 +130,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><a href="https://kc0bfv.github.io/ticky_tacky_dark/markdown-syntax/">Markdown Syntax Guide</a></li>
+            <li><a href="https://github.com/kc0bfv/ticky_tacky_dark">Theme Source</a></li>
             <li>Emoji Support</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>

--
Gitblit v1.10.0