2019-03-29 04:32:42 +00:00
|
|
|
---
|
2019-09-15 19:39:39 +00:00
|
|
|
layout: revuo-weekly
|
2019-06-28 05:51:55 +00:00
|
|
|
title: Revuo Monero
|
2022-02-02 22:22:28 +00:00
|
|
|
image: /img/revuo-monero.png
|
2019-03-29 04:32:42 +00:00
|
|
|
---
|
|
|
|
<!-- 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>
|
|
|
|
<p>{{ post.excerpt }}</p>
|
|
|
|
</li>
|
|
|
|
{% endfor %}
|
|
|
|
</ul>
|