2019-03-29 00:32:42 -04:00
|
|
|
---
|
2019-09-15 15:39:39 -04:00
|
|
|
layout: revuo-weekly
|
2019-06-28 01:51:55 -04:00
|
|
|
title: Revuo Monero
|
2019-06-28 19:38:32 -04:00
|
|
|
image: /img/twitter-card-home.jpg
|
2019-03-29 00:32:42 -04:00
|
|
|
---
|
|
|
|
<!-- Posts -->
|
|
|
|
<ul id="posts">
|
|
|
|
|
|
|
|
{% for post in paginator.posts %}
|
|
|
|
|
|
|
|
<li class="post">
|
2019-03-29 00:50:09 -04:00
|
|
|
<h2><a href="{% if site.baseurl == "/" %}{{ post.url }}{% else %}{{ post.url | prepend: site.baseurl }}{% endif %}.html">{{ post.title }}</a></h2>
|
2019-03-29 00:32:42 -04:00
|
|
|
<time datetime="{{ post.date | date_to_xmlschema }}" class="by-line">{{ post.date | date_to_string }}</time>
|
|
|
|
<p>{{ post.excerpt }}</p>
|
|
|
|
</li>
|
|
|
|
|
|
|
|
{% endfor %}
|
|
|
|
|
|
|
|
</ul>
|