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

kc0bfv
12.04.2021 f7e5bf24ea6badc23da25850a8a335c002028190
emoji-support/index.html
@@ -8,10 +8,10 @@
<link rel="icon" href="/ticky_tacky_dark/favicon.ico"><meta property="og:title" content="Emoji Support" />
<meta property="og:description" content="Guide to emoji usage in Hugo" />
<meta property="og:type" content="article" />
<meta property="og:url" content="https://kc0bfv.github.io/ticky_tacky_dark/emoji-support/" />
<meta property="og:image" content="https://kc0bfv.github.io/ticky_tacky_dark/img/cool01.jpg" />
<meta property="og:url" content="https://kc0bfv.github.io/ticky_tacky_dark/emoji-support/" /><meta property="og:image" content="https://kc0bfv.github.io/ticky_tacky_dark/img/cool01.jpg" /><meta property="article:section" content="" />
<meta property="article:published_time" content="2019-12-08T00:00:00+00:00" />
<meta property="article:modified_time" content="2019-12-08T00:00:00+00:00" />
<meta name="twitter:card" content="summary_large_image"/>
<meta name="twitter:image" content="https://kc0bfv.github.io/ticky_tacky_dark/img/cool01.jpg"/>
@@ -23,7 +23,7 @@
<meta name="referrer" content="origin-when-cross-origin">
<meta name="generator" content="Hugo 0.74.3" />
<meta name="generator" content="Hugo 0.89.2" />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
@@ -116,7 +116,7 @@
<p>The <a href="http://www.emoji-cheat-sheet.com/">Emoji cheat sheet</a> is a useful reference for emoji shorthand codes.</p>
<hr>
<p><strong>N.B.</strong> The above steps enable Unicode Standard emoji characters and sequences in Hugo, however the rendering of these glyphs depends on the browser and the platform. To style the emoji you can either use a third party emoji font or a font stack; e.g.</p>
<div class="highlight"><pre style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4"><code class="language-html" data-lang="html">.emoji {
<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4"><code class="language-html" data-lang="html">.emoji {
font-family: Apple Color Emoji,Segoe UI Emoji,NotoColorEmoji,Segoe UI Symbol,Android Emoji,EmojiSymbols;
}</code></pre></div>
@@ -126,7 +126,7 @@
<li>This stuff drops down because you clicked on the text.</li>
<li>Markdown is supported in here.</li>
</ul>
<pre><code># Code sections can go in here too
<pre tabindex="0"><code># Code sections can go in here too
</code></pre>
</details>
    </div>
@@ -141,7 +141,6 @@
            <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>
    </ul>
</div>
</nav>