revuo-weekly/index.html

20 lines
497 B
HTML
Raw Normal View History

---
layout: default
title: Revuo Monero
2019-06-28 17:09:32 -06:00
image: "/img/revuo-monero-logo.png"
---
<!-- Posts -->
<ul id="posts">
{% 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>