geminispace.info

gemini search engine
git clone https://git.clttr.info/geminispace.info.git
Log (Feed) | Files | Refs (Tags) | README | LICENSE

newest_hosts.gmi (328B)


      1 {% include 'fragments/header.gmi' %}
      2 
      3 
      4 ## Newest Gemini Hosts
      5 
      6 Here are the fifty most recently discovered Gemini hosts by geminispace.info.
      7 
      8 {% for host in newest_hosts %}
      9 {{ "=> gemini://{} {}: {}".format(host.domain, host.first_seen_at.strftime('%Y-%m-%d'), host.domain) }}
     10 {% endfor %}
     11 
     12 {% include 'fragments/footer.gmi' %}