revuo-weekly/index.html

16 lines
469 B
HTML
Raw Normal View History

---
2019-09-15 19:39:39 +00:00
layout: revuo-weekly
title: Revuo Monero
2022-02-02 22:22:28 +00:00
image: /img/revuo-monero.png
---
<!-- Posts -->
<ul id="posts">
2022-04-02 09:21:09 +00: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-13 00:06:34 +00:00
{{ post.excerpt }}
2022-04-02 09:21:09 +00:00
</li>
{% endfor %}
2022-04-13 00:06:34 +00:00
</ul>