summaryrefslogtreecommitdiff
path: root/_layouts/about.html
diff options
context:
space:
mode:
authordmlunar <root@lunar.sh>2025-12-19 23:36:26 +0200
committerdmlunar <root@lunar.sh>2025-12-19 23:36:26 +0200
commit630e05beaaec252324da549251f3965bc156bc42 (patch)
tree15ba46186eac38690ae7121a819ac89dda0c9365 /_layouts/about.html
parent7a87338acd154399fdd74057b637aa078dd4a54e (diff)
downloadjournal.lunar.sh-630e05beaaec252324da549251f3965bc156bc42.tar.gz
journal.lunar.sh-630e05beaaec252324da549251f3965bc156bc42.zip
journal: core: add pagination support
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 01b92dc..d0bb0fa 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>
-</div>
+</div> \ No newline at end of file