diff options
| author | dmlunar <root@lunar.sh> | 2025-12-19 23:56:33 +0200 |
|---|---|---|
| committer | dmlunar <root@lunar.sh> | 2025-12-19 23:56:33 +0200 |
| commit | a18f90fe70f959d5a5208a001acb17d791b728bc (patch) | |
| tree | 05b0736f9ae2f464be361c3872449d47d7c3c281 /_layouts/about.html | |
| parent | 64cb2db795f0766939e1382eae64ad5a52de5534 (diff) | |
| download | journal.lunar.sh-a18f90fe70f959d5a5208a001acb17d791b728bc.tar.gz journal.lunar.sh-a18f90fe70f959d5a5208a001acb17d791b728bc.zip | |
journal: core: html cleanup
Diffstat (limited to '_layouts/about.html')
| -rw-r--r-- | _layouts/about.html | 26 |
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 |
