diff options
Diffstat (limited to '_layouts/post.html')
| -rw-r--r-- | _layouts/post.html | 52 |
1 files changed, 26 insertions, 26 deletions
diff --git a/_layouts/post.html b/_layouts/post.html index 8847c06..cd9295c 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -6,19 +6,19 @@ layout: default <!-- Written by Dylan Müller, Copyright 2023 --> <script> -MathJax = { -options: { - enableMenu: false, - menuOptions: { - settings: { - renderer: 'CHTML', - assistiveMml: false, - collapsible: false, - explorer: false + MathJax = { + options: { + enableMenu: false, + menuOptions: { + settings: { + renderer: 'CHTML', + assistiveMml: false, + collapsible: false, + explorer: false + } } } - } -}; + }; </script> <script src="/assets/js/polyfill.min.js"></script> <script src="/assets/js/clipboard.js" defer></script> @@ -27,8 +27,8 @@ options: { <div id="main" role="main" class="main"> <article class="post"> <h1 class="title">{{ page.title }}</h1> - <div class="ascii"> - <pre> + <div class="ascii"> + <pre> _ _ _ _ (_) | | | | | | _ ___ _ _ _ __ _ __ __ _| | | |_ _ _ __ __ _ _ __ ___| |__ @@ -38,7 +38,7 @@ options: { _/ | |__/ </pre> - </div> + </div> <div class="date"> Written on {{ page.date | date: "%B %e, %Y" }} </div> @@ -49,8 +49,8 @@ options: { </div> </article> <hr> -<div class="ascii"> - <pre> + <div class="ascii"> + <pre> _..._ .' '. _ / .-""-\ _/ \ @@ -68,26 +68,26 @@ options: { jgs \ `\ \ `-._/._/ </pre> -</div> + </div> </div> <div class="footer-container"> <div class="footer-content"> <p class="muted"> - Questions, comments? Please send a plain-text email to <a href="mailto:root@lunar.sh">root@lunar.sh</a> - with a descriptive subject line and we will try get back to you! + Questions, comments? Please send a plain-text email to <a href="mailto:root@lunar.sh">root@lunar.sh</a> + with a descriptive subject line and we will try get back to you! </p> - <div>Copyright © 2022-2024</div> - <div class="reference"> - <a href="{{ site.github_raw }}/{{ page.path }}">{{ page.path | split: '/' | last}}</a> - </div> + <div>Copyright © 2022-2024</div> + <div class="reference"> + <a href="{{ site.github_raw }}/{{ page.path }}">{{ page.path | split: '/' | last}}</a> + </div> <div> <a href="https://journal.lunar.sh/info.html"> - <img class="greyscale" title="About Us" src="https://journal.lunar.sh/images/megafon.gif"> + <img class="greyscale" title="About Us" src="https://journal.lunar.sh/images/megafon.gif"> </a> </div> <div class="footer-love"> <strong>Developed</strong> with <i class="fas fa-heart"></i> by <a href="https://labs.lunar.sh"><strong>Lunar RF Labs</strong></a> + </div> </div> -</div> -</div> +</div>
\ No newline at end of file |
