Notable
{% assign notable_entries = site.entries | notable %}
{% for entry in notable_entries %}
{% endfor %}
{% assign notable_posts = site.posts | notable %}
{% for post in notable_posts %}
{% endfor %}
{% assign stat_tags = entry.tags | stat_tags %}
{% for stat_tag in stat_tags %}
{{ stat_tag.emoji }}
{% endfor %}
{{ entry.title }}
{{ entry.updated | date: "%Y-%m-%d" }}
{% assign stat_tags = entry.tags | stat_tags %}
{% for stat_tag in stat_tags %}
{{ stat_tag.emoji }}
{% endfor %}
📄 {{ post.title }}
{{ post.updated | date: "%Y-%m-%d" }}
For more, see about
Recent
{% assign recent_entries = site.entries | recent: 5 %}
{% for entry in recent_entries %}
{% endfor %}
{% assign recent_posts = site.posts | recent: 5 %}
{% for post in recent_posts %}
{% endfor %}
{% assign stat_tags = entry.tags | stat_tags %}
{% for stat_tag in stat_tags %}
{{ stat_tag.emoji }}
{% endfor %}
{{ entry.title }}
{{ entry.updated | date: "%Y-%m-%d" }}
{% assign stat_tags = entry.tags | stat_tags %}
{% for stat_tag in stat_tags %}
{{ stat_tag.emoji }}
{% endfor %}
📄 {{ post.title }}
{{ post.updated | date: "%Y-%m-%d" }}
For more updates, check the weather 🌦