mirror of
https://github.com/rottenwheel/revuo-weekly.git
synced 2024-11-25 04:23:33 +01:00
Update index.html
This commit is contained in:
parent
039ed1ed58
commit
7b91a7fa11
@ -9,7 +9,7 @@ image: /img/revuo-monero.png
|
|||||||
<li class="post">
|
<li class="post">
|
||||||
<h2><a href="{% if site.baseurl == "/" %}{{ post.url }}{% else %}{{ post.url | prepend: site.baseurl }}{% endif %}.html">{{ post.title }}</a></h2>
|
<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>
|
<time datetime="{{ post.date | date_to_xmlschema }}" class="by-line">{{ post.date | date_to_string }}</time>
|
||||||
<p>{{ post.excerpt }}</p>
|
{{ post.excerpt }}
|
||||||
</li>
|
</li>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</ul>
|
</ul>
|
Loading…
Reference in New Issue
Block a user