💾 Archived View for gmi.noulin.net › gitRepositories › forb › file › template › index.html.gmi captured on 2024-08-18 at 18:02:11. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2023-01-29)

-=-=-=-=-=-=-

forb

Log

Files

Refs

README

LICENSE

index.html (212B)

     1 ---
     2 layout: default
     3 ---
     4 
     5 <div class="home">
     6 
     7   <h1 class="page-heading">Posts</h1>
     8 
     9   <ul class="post-list">
    10     {{ posts }}
    11   </ul>
    12 
    13   <p class="rss-subscribe">subscribe <a href="_%feed">via RSS</a></p>
    14 
    15 </div>