💾 Archived View for gmi.noulin.net › gitRepositories › forb › file › template › _layouts › post.html… captured on 2024-08-19 at 04:05:56. 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

post.html (236B)

     1 ---
     2 layout: default
     3 ---
     4 <div class="post">
     5 
     6   <header class="post-header">
     7     <h1 class="post-title">_%title</h1>
     8     <p class="post-meta">_%date</p>
     9   </header>
    10 
    11   <article class="post-content">
    12     {{ content }}
    13   </article>
    14 
    15 </div>