Skip to content

Commit

Permalink
simplify minute list
Browse files Browse the repository at this point in the history
  • Loading branch information
SamsungGalaxyPlayer committed Aug 5, 2024
1 parent 14d0aa7 commit f748eb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion funds/monero/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Donate cryptocurrency and fiat on [MoneroFund.org](https://monerofund.org).
<ul class="post-list">
{% assign monerofundminutes = site.monerofundminutes | sort: 'date' | reverse %}
{% for minute in monerofundminutes limit:5 %}
<li><article><a href="{{ site.url }}{{ minute.url }}"><div class="post-entry-title">{{ minute.title }}</div> <span class="entry-date"><time datetime="{{ minute.date | date_to_xmlschema }}">{{ minute.date | date: "%B %d, %Y" }}</time></span>{% if minute.excerpt %} <span class="excerpt">{{ minute.excerpt | remove: '\[ ... \]' | remove: '\( ... \)' | markdownify | strip_html | strip_newlines | escape_once }}</span>{% endif %}</a></article></li>
<li><article><a href="{{ site.url }}{{ minute.url }}"><div class="post-entry-title">{{ minute.title }}</div></a></article></li>
<hr>
{% endfor %}
</ul>
Expand Down

0 comments on commit f748eb9

Please sign in to comment.