mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2025-07-21 06:42:28 +00:00
deploy: ba5500cc59
This commit is contained in:
parent
f884ec5880
commit
cac2e04265
340 changed files with 8992 additions and 8231 deletions
shortcodes/button
|
@ -10,21 +10,21 @@
|
|||
<title>Button :: Hugo Relearn Theme</title>
|
||||
<link href="../../shortcodes/button/index.xml" rel="alternate" type="application/rss+xml" title="Button :: Hugo Relearn Theme">
|
||||
<link href="../../shortcodes/button/index.print.html" rel="alternate" type="text/html" title="Button :: Hugo Relearn Theme">
|
||||
<link href="../../images/logo.svg?1674478176" rel="icon" type="image/svg+xml">
|
||||
<link href="../../images/logo.svg?1674514149" rel="icon" type="image/svg+xml">
|
||||
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
||||
<link href="../../css/fontawesome-all.min.css?1674478176" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fontawesome-all.min.css?1674478176" rel="stylesheet"></noscript>
|
||||
<link href="../../css/featherlight.min.css?1674478176" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/featherlight.min.css?1674478176" rel="stylesheet"></noscript>
|
||||
<link href="../../css/auto-complete.css?1674478176" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/auto-complete.css?1674478176" rel="stylesheet"></noscript>
|
||||
<link href="../../css/perfect-scrollbar.min.css?1674478176" rel="stylesheet">
|
||||
<link href="../../css/nucleus.css?1674478176" rel="stylesheet">
|
||||
<link href="../../css/fonts.css?1674478176" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fonts.css?1674478176" rel="stylesheet"></noscript>
|
||||
<link href="../../css/theme.css?1674478176" rel="stylesheet">
|
||||
<link href="../../css/theme-relearn-light.css?1674478176" rel="stylesheet" id="variant-style">
|
||||
<link href="../../css/ie.css?1674478176" rel="stylesheet">
|
||||
<link href="../../css/variant.css?1674478176" rel="stylesheet">
|
||||
<link href="../../css/print.css?1674478176" rel="stylesheet" media="print">
|
||||
<script src="../../js/url.js?1674478176"></script>
|
||||
<script src="../../js/variant.js?1674478176"></script>
|
||||
<link href="../../css/fontawesome-all.min.css?1674514149" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fontawesome-all.min.css?1674514149" rel="stylesheet"></noscript>
|
||||
<link href="../../css/featherlight.min.css?1674514149" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/featherlight.min.css?1674514149" rel="stylesheet"></noscript>
|
||||
<link href="../../css/auto-complete.css?1674514149" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/auto-complete.css?1674514149" rel="stylesheet"></noscript>
|
||||
<link href="../../css/perfect-scrollbar.min.css?1674514149" rel="stylesheet">
|
||||
<link href="../../css/nucleus.css?1674514149" rel="stylesheet">
|
||||
<link href="../../css/fonts.css?1674514149" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fonts.css?1674514149" rel="stylesheet"></noscript>
|
||||
<link href="../../css/theme.css?1674514149" rel="stylesheet">
|
||||
<link href="../../css/theme-relearn-light.css?1674514149" rel="stylesheet" id="variant-style">
|
||||
<link href="../../css/ie.css?1674514149" rel="stylesheet">
|
||||
<link href="../../css/variant.css?1674514149" rel="stylesheet">
|
||||
<link href="../../css/print.css?1674514149" rel="stylesheet" media="print">
|
||||
<script src="../../js/url.js?1674514149"></script>
|
||||
<script src="../../js/variant.js?1674514149"></script>
|
||||
<script>
|
||||
// hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic:
|
||||
// https://github.com/gohugoio/hugo/blob/145b3fcce35fbac25c7033c91c1b7ae6d1179da8/transform/urlreplacers/absurlreplacer.go#L72
|
||||
|
@ -42,7 +42,7 @@
|
|||
var baseUriFull='https:\/\/McShelby.github.io\/hugo-theme-relearn/';
|
||||
window.variants && variants.init( [ 'relearn-light', 'relearn-dark', 'learn', 'neon', 'blue', 'green', 'red' ] );
|
||||
</script>
|
||||
<script src="../../js/jquery.min.js?1674478176" defer></script>
|
||||
<script src="../../js/jquery.min.js?1674514149" defer></script>
|
||||
<style>
|
||||
#body img.bg-white {
|
||||
background-color: white;
|
||||
|
@ -186,12 +186,17 @@
|
|||
<tr>
|
||||
<td style="text-align:left"><strong>style</strong></td>
|
||||
<td style="text-align:left"><code>transparent</code></td>
|
||||
<td style="text-align:left">The color scheme used to paint the button.<br><br>- by severity: <code>info</code>, <code>note</code>, <code>tip</code>, <code>warning</code><br>- by brand color: <code>primary</code>, <code>secondary</code><br>- by color: <code>blue</code>, <code>green</code>, <code>grey</code>, <code>orange</code>, <code>red</code><br>- by special color: <code>default</code>, <code>transparent</code></td>
|
||||
<td style="text-align:left">The style scheme used for the button.<br><br>- by severity: <code>info</code>, <code>note</code>, <code>tip</code>, <code>warning</code><br>- by brand color: <code>primary</code>, <code>secondary</code><br>- by color: <code>blue</code>, <code>green</code>, <code>grey</code>, <code>orange</code>, <code>red</code><br>- by special color: <code>default</code>, <code>transparent</code></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="text-align:left"><strong>color</strong></td>
|
||||
<td style="text-align:left">see notes</td>
|
||||
<td style="text-align:left">The <a href="https://developer.mozilla.org/en-US/docs/Web/CSS/color_value" target="_blank">CSS color value</a> to be used. If not set, the chosen color depends on the <strong>style</strong>. Any given value will overwrite the default.<br><br>- for severity styles: a nice matching color for the severity<br>- for all other styles: the corresponding color</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="text-align:left"><strong>icon</strong></td>
|
||||
<td style="text-align:left">see notes</td>
|
||||
<td style="text-align:left"><a href="../../shortcodes/icon/#finding-an-icon">Font Awesome icon name</a> set to the left of the title. Depending on the <strong>style</strong> there may be a default icon. Any given value will overwrite the default.<br><br>- for severity styles: a nice matching icon for the severity<br>- for all other colors: <em><empty></em><br><br>If you want no icon for a severity style, you have to set this parameter to <code>" "</code> (a non empty string filled with spaces)</td>
|
||||
<td style="text-align:left"><a href="../../shortcodes/icon/#finding-an-icon">Font Awesome icon name</a> set to the left of the title. Depending on the <strong>style</strong> there may be a default icon. Any given value will overwrite the default.<br><br>- for severity styles: a nice matching icon for the severity<br>- for all other styles: <em><empty></em><br><br>If you want no icon for a severity style, you have to set this parameter to <code>" "</code> (a non empty string filled with spaces)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="text-align:left"><strong>iconposition</strong></td>
|
||||
|
@ -211,7 +216,7 @@
|
|||
<tr>
|
||||
<td style="text-align:left"><em><strong><content></strong></em></td>
|
||||
<td style="text-align:left">see notes</td>
|
||||
<td style="text-align:left">Arbitrary text for the button title. Depending on the <strong>style</strong> there may be a default title. Any given value will overwrite the default.<br><br>- for severity styles: the matching title for the severity<br>- for all other colors: <em><empty></em><br><br>If you want no title for a severity style, you have to set this parameter to <code>" "</code> (a non empty string filled with spaces)</td>
|
||||
<td style="text-align:left">Arbitrary text for the button title. Depending on the <strong>style</strong> there may be a default title. Any given value will overwrite the default.<br><br>- for severity styles: the matching title for the severity<br>- for all other styles: <em><empty></em><br><br>If you want no title for a severity style, you have to set this parameter to <code>" "</code> (a non empty string filled with spaces)</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
@ -360,6 +365,15 @@
|
|||
</a>
|
||||
</span></p>
|
||||
<h3 id="other">Other</h3>
|
||||
<h4 id="with-user-defined-color-and-font-awesome-brand-icon">With User-Defined Color and Font Awesome Brand Icon</h4>
|
||||
<div class="highlight"><pre tabindex="0" class="chroma"><code class="language-go" data-lang="go"><span class="line"><span class="cl"><span class="p">{{</span><span class="o">%</span> <span class="nx">button</span> <span class="nx">href</span><span class="p">=</span><span class="s">"https://gohugo.io/"</span> <span class="nx">color</span><span class="p">=</span><span class="s">"fuchsia"</span> <span class="nx">icon</span><span class="p">=</span><span class="s">"fab fa-hackerrank"</span> <span class="o">%</span><span class="p">}}</span><span class="nx">Hugo</span><span class="p">{{</span><span class="o">%</span> <span class="o">/</span><span class="nx">button</span> <span class="o">%</span><span class="p">}}</span>
|
||||
</span></span></code></pre></div>
|
||||
<span class="btn cstyle default" style="--VARIABLE-BOX-color: fuchsia;">
|
||||
<a href="https://gohugo.io/" target="_blank">
|
||||
<i class="fab fa-hackerrank"></i>
|
||||
Hugo
|
||||
</a>
|
||||
</span>
|
||||
<h4 id="severity-style-with-all-defaults">Severity Style with All Defaults</h4>
|
||||
<div class="highlight"><pre tabindex="0" class="chroma"><code class="language-go" data-lang="go"><span class="line"><span class="cl"><span class="p">{{</span><span class="o">%</span> <span class="nx">button</span> <span class="nx">href</span><span class="p">=</span><span class="s">"https://gohugo.io/"</span> <span class="nx">style</span><span class="p">=</span><span class="s">"tip"</span> <span class="o">%</span><span class="p">}}{{</span><span class="o">%</span> <span class="o">/</span><span class="nx">button</span> <span class="o">%</span><span class="p">}}</span>
|
||||
</span></span></code></pre></div>
|
||||
|
@ -486,12 +500,12 @@
|
|||
<script>
|
||||
var contentLangs=['en'];
|
||||
</script>
|
||||
<script src="../../js/auto-complete.js?1674478177" defer></script>
|
||||
<script src="../../js/lunr/lunr.min.js?1674478177" defer></script>
|
||||
<script src="../../js/lunr/lunr.stemmer.support.min.js?1674478177" defer></script>
|
||||
<script src="../../js/lunr/lunr.multi.min.js?1674478177" defer></script>
|
||||
<script src="../../js/lunr/lunr.en.min.js?1674478177" defer></script>
|
||||
<script src="../../js/search.js?1674478177" defer></script>
|
||||
<script src="../../js/auto-complete.js?1674514149" defer></script>
|
||||
<script src="../../js/lunr/lunr.min.js?1674514149" defer></script>
|
||||
<script src="../../js/lunr/lunr.stemmer.support.min.js?1674514149" defer></script>
|
||||
<script src="../../js/lunr/lunr.multi.min.js?1674514149" defer></script>
|
||||
<script src="../../js/lunr/lunr.en.min.js?1674514149" defer></script>
|
||||
<script src="../../js/search.js?1674514149" defer></script>
|
||||
</div>
|
||||
<div id="content-wrapper" class="highlightable">
|
||||
<ul class="topics collapsible-menu">
|
||||
|
@ -607,13 +621,13 @@
|
|||
<a class="github-button" href="https://github.com/McShelby/hugo-theme-relearn" data-icon="octicon-star" data-show-count="true" aria-label="Star McShelby/hugo-theme-relearn on GitHub">Star</a>
|
||||
<a class="github-button" href="https://github.com/McShelby/hugo-theme-relearn/fork" data-icon="octicon-repo-forked" data-show-count="true" aria-label="Fork McShelby/hugo-theme-relearn on GitHub">Fork</a>
|
||||
<p>Built with <a href="https://github.com/McShelby/hugo-theme-relearn" title="love"><i class="fas fa-heart"></i></a> by <a href="https://gohugo.io/">Hugo</a></p>
|
||||
<script async src="../../js/buttons.js?1674478177"></script>
|
||||
<script async src="../../js/buttons.js?1674514149"></script>
|
||||
</div>
|
||||
</div>
|
||||
</aside>
|
||||
<script src="../../js/clipboard.min.js?1674478177" defer></script>
|
||||
<script src="../../js/perfect-scrollbar.min.js?1674478177" defer></script>
|
||||
<script src="../../js/featherlight.min.js?1674478177" defer></script>
|
||||
<script src="../../js/theme.js?1674478177" defer></script>
|
||||
<script src="../../js/clipboard.min.js?1674514149" defer></script>
|
||||
<script src="../../js/perfect-scrollbar.min.js?1674514149" defer></script>
|
||||
<script src="../../js/featherlight.min.js?1674514149" defer></script>
|
||||
<script src="../../js/theme.js?1674514149" defer></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -10,22 +10,22 @@
|
|||
<title>Button :: Hugo Relearn Theme</title>
|
||||
<link href="https://McShelby.github.io/hugo-theme-relearn/shortcodes/button/index.html" rel="canonical" type="text/html" title="Button :: Hugo Relearn Theme">
|
||||
<link href="../../shortcodes/button/index.xml" rel="alternate" type="application/rss+xml" title="Button :: Hugo Relearn Theme">
|
||||
<link href="../../images/logo.svg?1674478176" rel="icon" type="image/svg+xml">
|
||||
<link href="../../images/logo.svg?1674514149" rel="icon" type="image/svg+xml">
|
||||
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
||||
<link href="../../css/fontawesome-all.min.css?1674478178" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fontawesome-all.min.css?1674478178" rel="stylesheet"></noscript>
|
||||
<link href="../../css/featherlight.min.css?1674478178" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/featherlight.min.css?1674478178" rel="stylesheet"></noscript>
|
||||
<link href="../../css/auto-complete.css?1674478178" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/auto-complete.css?1674478178" rel="stylesheet"></noscript>
|
||||
<link href="../../css/perfect-scrollbar.min.css?1674478178" rel="stylesheet">
|
||||
<link href="../../css/nucleus.css?1674478178" rel="stylesheet">
|
||||
<link href="../../css/fonts.css?1674478178" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fonts.css?1674478178" rel="stylesheet"></noscript>
|
||||
<link href="../../css/theme.css?1674478178" rel="stylesheet">
|
||||
<link href="../../css/theme-relearn-light.css?1674478178" rel="stylesheet" id="variant-style">
|
||||
<link href="../../css/ie.css?1674478178" rel="stylesheet">
|
||||
<link href="../../css/variant.css?1674478178" rel="stylesheet">
|
||||
<link href="../../css/print.css?1674478178" rel="stylesheet" media="print">
|
||||
<link href="../../css/format-print.css?1674478178" rel="stylesheet">
|
||||
<script src="../../js/url.js?1674478178"></script>
|
||||
<script src="../../js/variant.js?1674478178"></script>
|
||||
<link href="../../css/fontawesome-all.min.css?1674514150" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fontawesome-all.min.css?1674514150" rel="stylesheet"></noscript>
|
||||
<link href="../../css/featherlight.min.css?1674514150" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/featherlight.min.css?1674514150" rel="stylesheet"></noscript>
|
||||
<link href="../../css/auto-complete.css?1674514150" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/auto-complete.css?1674514150" rel="stylesheet"></noscript>
|
||||
<link href="../../css/perfect-scrollbar.min.css?1674514150" rel="stylesheet">
|
||||
<link href="../../css/nucleus.css?1674514150" rel="stylesheet">
|
||||
<link href="../../css/fonts.css?1674514150" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fonts.css?1674514150" rel="stylesheet"></noscript>
|
||||
<link href="../../css/theme.css?1674514150" rel="stylesheet">
|
||||
<link href="../../css/theme-relearn-light.css?1674514150" rel="stylesheet" id="variant-style">
|
||||
<link href="../../css/ie.css?1674514150" rel="stylesheet">
|
||||
<link href="../../css/variant.css?1674514150" rel="stylesheet">
|
||||
<link href="../../css/print.css?1674514150" rel="stylesheet" media="print">
|
||||
<link href="../../css/format-print.css?1674514150" rel="stylesheet">
|
||||
<script src="../../js/url.js?1674514150"></script>
|
||||
<script src="../../js/variant.js?1674514150"></script>
|
||||
<script>
|
||||
// hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic:
|
||||
// https://github.com/gohugoio/hugo/blob/145b3fcce35fbac25c7033c91c1b7ae6d1179da8/transform/urlreplacers/absurlreplacer.go#L72
|
||||
|
@ -43,7 +43,7 @@
|
|||
var baseUriFull='https:\/\/McShelby.github.io\/hugo-theme-relearn/';
|
||||
window.variants && variants.init( [ 'relearn-light', 'relearn-dark', 'learn', 'neon', 'blue', 'green', 'red' ] );
|
||||
</script>
|
||||
<script src="../../js/jquery.min.js?1674478178" defer></script>
|
||||
<script src="../../js/jquery.min.js?1674514150" defer></script>
|
||||
<style>
|
||||
#body img.bg-white {
|
||||
background-color: white;
|
||||
|
@ -149,12 +149,17 @@
|
|||
<tr>
|
||||
<td style="text-align:left"><strong>style</strong></td>
|
||||
<td style="text-align:left"><code>transparent</code></td>
|
||||
<td style="text-align:left">The color scheme used to paint the button.<br><br>- by severity: <code>info</code>, <code>note</code>, <code>tip</code>, <code>warning</code><br>- by brand color: <code>primary</code>, <code>secondary</code><br>- by color: <code>blue</code>, <code>green</code>, <code>grey</code>, <code>orange</code>, <code>red</code><br>- by special color: <code>default</code>, <code>transparent</code></td>
|
||||
<td style="text-align:left">The style scheme used for the button.<br><br>- by severity: <code>info</code>, <code>note</code>, <code>tip</code>, <code>warning</code><br>- by brand color: <code>primary</code>, <code>secondary</code><br>- by color: <code>blue</code>, <code>green</code>, <code>grey</code>, <code>orange</code>, <code>red</code><br>- by special color: <code>default</code>, <code>transparent</code></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="text-align:left"><strong>color</strong></td>
|
||||
<td style="text-align:left">see notes</td>
|
||||
<td style="text-align:left">The <a href="https://developer.mozilla.org/en-US/docs/Web/CSS/color_value" target="_blank">CSS color value</a> to be used. If not set, the chosen color depends on the <strong>style</strong>. Any given value will overwrite the default.<br><br>- for severity styles: a nice matching color for the severity<br>- for all other styles: the corresponding color</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="text-align:left"><strong>icon</strong></td>
|
||||
<td style="text-align:left">see notes</td>
|
||||
<td style="text-align:left"><a href="../../shortcodes/icon/#finding-an-icon">Font Awesome icon name</a> set to the left of the title. Depending on the <strong>style</strong> there may be a default icon. Any given value will overwrite the default.<br><br>- for severity styles: a nice matching icon for the severity<br>- for all other colors: <em><empty></em><br><br>If you want no icon for a severity style, you have to set this parameter to <code>" "</code> (a non empty string filled with spaces)</td>
|
||||
<td style="text-align:left"><a href="../../shortcodes/icon/#finding-an-icon">Font Awesome icon name</a> set to the left of the title. Depending on the <strong>style</strong> there may be a default icon. Any given value will overwrite the default.<br><br>- for severity styles: a nice matching icon for the severity<br>- for all other styles: <em><empty></em><br><br>If you want no icon for a severity style, you have to set this parameter to <code>" "</code> (a non empty string filled with spaces)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="text-align:left"><strong>iconposition</strong></td>
|
||||
|
@ -174,7 +179,7 @@
|
|||
<tr>
|
||||
<td style="text-align:left"><em><strong><content></strong></em></td>
|
||||
<td style="text-align:left">see notes</td>
|
||||
<td style="text-align:left">Arbitrary text for the button title. Depending on the <strong>style</strong> there may be a default title. Any given value will overwrite the default.<br><br>- for severity styles: the matching title for the severity<br>- for all other colors: <em><empty></em><br><br>If you want no title for a severity style, you have to set this parameter to <code>" "</code> (a non empty string filled with spaces)</td>
|
||||
<td style="text-align:left">Arbitrary text for the button title. Depending on the <strong>style</strong> there may be a default title. Any given value will overwrite the default.<br><br>- for severity styles: the matching title for the severity<br>- for all other styles: <em><empty></em><br><br>If you want no title for a severity style, you have to set this parameter to <code>" "</code> (a non empty string filled with spaces)</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
@ -323,6 +328,15 @@
|
|||
</a>
|
||||
</span></p>
|
||||
<h3 id="other">Other</h3>
|
||||
<h4 id="with-user-defined-color-and-font-awesome-brand-icon">With User-Defined Color and Font Awesome Brand Icon</h4>
|
||||
<div class="highlight"><pre tabindex="0" class="chroma"><code class="language-go" data-lang="go"><span class="line"><span class="cl"><span class="p">{{</span><span class="o">%</span> <span class="nx">button</span> <span class="nx">href</span><span class="p">=</span><span class="s">"https://gohugo.io/"</span> <span class="nx">color</span><span class="p">=</span><span class="s">"fuchsia"</span> <span class="nx">icon</span><span class="p">=</span><span class="s">"fab fa-hackerrank"</span> <span class="o">%</span><span class="p">}}</span><span class="nx">Hugo</span><span class="p">{{</span><span class="o">%</span> <span class="o">/</span><span class="nx">button</span> <span class="o">%</span><span class="p">}}</span>
|
||||
</span></span></code></pre></div>
|
||||
<span class="btn cstyle default" style="--VARIABLE-BOX-color: fuchsia;">
|
||||
<a href="https://gohugo.io/" target="_blank">
|
||||
<i class="fab fa-hackerrank"></i>
|
||||
Hugo
|
||||
</a>
|
||||
</span>
|
||||
<h4 id="severity-style-with-all-defaults">Severity Style with All Defaults</h4>
|
||||
<div class="highlight"><pre tabindex="0" class="chroma"><code class="language-go" data-lang="go"><span class="line"><span class="cl"><span class="p">{{</span><span class="o">%</span> <span class="nx">button</span> <span class="nx">href</span><span class="p">=</span><span class="s">"https://gohugo.io/"</span> <span class="nx">style</span><span class="p">=</span><span class="s">"tip"</span> <span class="o">%</span><span class="p">}}{{</span><span class="o">%</span> <span class="o">/</span><span class="nx">button</span> <span class="o">%</span><span class="p">}}</span>
|
||||
</span></span></code></pre></div>
|
||||
|
@ -377,9 +391,9 @@
|
|||
</div>
|
||||
</main>
|
||||
</div>
|
||||
<script src="../../js/clipboard.min.js?1674478178" defer></script>
|
||||
<script src="../../js/perfect-scrollbar.min.js?1674478178" defer></script>
|
||||
<script src="../../js/featherlight.min.js?1674478178" defer></script>
|
||||
<script src="../../js/theme.js?1674478178" defer></script>
|
||||
<script src="../../js/clipboard.min.js?1674514150" defer></script>
|
||||
<script src="../../js/perfect-scrollbar.min.js?1674514150" defer></script>
|
||||
<script src="../../js/featherlight.min.js?1674514150" defer></script>
|
||||
<script src="../../js/theme.js?1674514150" defer></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue