angeley.es source

[[ 🗃 ^rwVmE website ]] :: [📥 Inbox] [📤 Outbox] [🐤 Followers] [🤝 Collaborators] [🛠 Commits]

Clone

HTTPS: git clone https://vervis.peers.community/repos/rwVmE

SSH: git clone USERNAME@vervis.peers.community:rwVmE

Branches

Tags

master :: templates /

poem.html

<article class="article">
  <header class="article__header">
      $if(rtl)$
        פורסם בתאריך
      $else$
        Posted on
      $endif$
      <date class="article__date" pubdate datetime="$date$">$date$</date>
      $if(author)$
        $if(rtl)$
          על־ידי
        $else$
          by
        $endif$
        <a class="article__author" rel="author" href="/">$author$</a>
      $endif$
  </header>
  <div class="article__content">
    $body$
  </div>
</article>

[See repo JSON]