diff options
| author | la-ninpre <leobrekalini@gmail.com> | 2022-04-19 00:24:23 +0300 |
|---|---|---|
| committer | la-ninpre <leobrekalini@gmail.com> | 2022-04-19 00:32:37 +0300 |
| commit | 8d962aabf74c42c3afdc38f2f85fa7b06fd04ef0 (patch) | |
| tree | e5054517b940e5c535a4c7282d7faa7b6462e794 /_layouts/about-page.html | |
| parent | 9f4b181b36418669462c0300c2e090d0f4547dc8 (diff) | |
| download | aaoth.xyz-8d962aabf74c42c3afdc38f2f85fa7b06fd04ef0.tar.gz aaoth.xyz-8d962aabf74c42c3afdc38f2f85fa7b06fd04ef0.zip | |
reimplement website using shell scripts
major change, i know. now i'm using ssg and rssg by roman zolotarev.
okay, well, not exactly. ssg is modified to generate pages for gemini
too. it's hard to maintain two different things simultaneously.
bye-bye jekyll!
Diffstat (limited to '_layouts/about-page.html')
| -rw-r--r-- | _layouts/about-page.html | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/_layouts/about-page.html b/_layouts/about-page.html deleted file mode 100644 index 1e5ebd2..0000000 --- a/_layouts/about-page.html +++ /dev/null @@ -1,31 +0,0 @@ ---- -layout: default ---- - -<div class="about"> - <div class="about-sidebar"> - <img id="avatar" alt="aaoth-photo" - width="128" height="128" src="/assets/img/aaoth-photo.jpeg"> - <div class="about-links"> - <p>other links:</p> - <ul> - {%- assign sorted_links = site.data.links | sort: "type" -%} - {% for link in sorted_links %} - <li> - <a href="{{ link.link }}" - {% if link.rel %}rel="{{ link.rel }}"{% endif %}> - <img class= "link-icon" width="32" height="32" - alt="" src="/assets/img/{{ link.type }}-icon.png"> - <div class="link-text">{{ link.name }}</div> - </a> - </li> - {% endfor %} - </ul> - </div> - </div> - - <div class="about-info"> - {{ content }} - </div> -</div> - |
