revuo-weekly/index.html

16 lines
469 B
HTML
Raw Normal View History

---
2019-09-15 13:39:39 -06:00
layout: revuo-weekly
title: Revuo Monero
2022-02-02 15:22:28 -07:00
image: /img/revuo-monero.png
---
<!-- Posts -->
<ul id="posts">
2022-04-02 03:21:09 -06:00
{% for post in paginator.posts %}
<li class="post">
<h2><a href="{% if site.baseurl == "/" %}{{ post.url }}{% else %}{{ post.url | prepend: site.baseurl }}{% endif %}.html">{{ post.title }}</a></h2>
<time datetime="{{ post.date | date_to_xmlschema }}" class="by-line">{{ post.date | date_to_string }}</time>
2022-04-12 18:06:34 -06:00
{{ post.excerpt }}
2022-04-02 03:21:09 -06:00
</li>
{% endfor %}
2022-04-12 18:06:34 -06:00
</ul>