summaryrefslogtreecommitdiff
path: root/_layouts/post.html
diff options
context:
space:
mode:
authordmlunar <root@lunar.sh>2025-12-19 23:45:25 +0200
committerdmlunar <root@lunar.sh>2025-12-19 23:45:25 +0200
commit2ee73b58eeb6325155f32b06f474b6584330e73d (patch)
tree34900f6113bbcda80333a0a0509df5730fee5c61 /_layouts/post.html
parent0d9f8af400e4630508ae5361e2d2caef40a45c4b (diff)
downloadjournal.lunar.sh-2ee73b58eeb6325155f32b06f474b6584330e73d.tar.gz
journal.lunar.sh-2ee73b58eeb6325155f32b06f474b6584330e73d.zip
core: generic updates
Diffstat (limited to '_layouts/post.html')
-rw-r--r--_layouts/post.html52
1 files changed, 26 insertions, 26 deletions
diff --git a/_layouts/post.html b/_layouts/post.html
index cd9295c..8847c06 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 @@ layout: default
<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 @@ layout: default
_/ |
|__/
</pre>
- </div>
+ </div>
<div class="date">
Written on {{ page.date | date: "%B %e, %Y" }}
</div>
@@ -49,8 +49,8 @@ layout: default
</div>
</article>
<hr>
- <div class="ascii">
- <pre>
+<div class="ascii">
+ <pre>
_..._
.' '. _
/ .-""-\ _/ \
@@ -68,26 +68,26 @@ layout: default
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> \ No newline at end of file
+</div>
+</div>