summaryrefslogtreecommitdiff
path: root/_layouts/about.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/about.html
parent0d9f8af400e4630508ae5361e2d2caef40a45c4b (diff)
downloadjournal.lunar.sh-2ee73b58eeb6325155f32b06f474b6584330e73d.tar.gz
journal.lunar.sh-2ee73b58eeb6325155f32b06f474b6584330e73d.zip
core: generic updates
Diffstat (limited to '_layouts/about.html')
-rw-r--r--_layouts/about.html26
1 files changed, 13 insertions, 13 deletions
diff --git a/_layouts/about.html b/_layouts/about.html
index d0bb0fa..01b92dc 100644
--- a/_layouts/about.html
+++ b/_layouts/about.html
@@ -10,7 +10,7 @@ layout: default
<div id="main" role="main" class="main">
<article class="post">
<h1 class="title">{{ page.title }}</h1>
- <div class="ascii">
+ <div class="ascii">
<pre>
_ _ _ _
(_) | | | | | |
@@ -21,14 +21,14 @@ layout: default
_/ |
|__/
</pre>
- </div>
+ </div>
<div class="entry">
{{ content }}
</div>
</article>
<hr>
<div class="ascii">
- <pre>
+ <pre>
<>
.-"""-. ||::::::==========
/= ___ \ ||::::::==========
@@ -50,26 +50,26 @@ layout: default
( )( ) ||
^^~ `""" `""" ~^^^~^^~~~^^^~^^^~^^^~^^~^
</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>