--- layout: default title: Recent Weather Page permalink: /recent/ ---

🌦 Recent Weather

Weather Statuses

🌤 Created

🌧 Updated

🌩 Deleted (Currently not active)

Instead of a 'forecast' looking into the future, these are 'backcasts' peering into recent history. It's featured posts, but version controlled. It's a feed, without infinite scroll. It's releases, with a chance of rain.

Posts

{% assign recent_posts = site.posts | recent: site.recent_num %}

Entries

{% assign recent_entries = site.entries | recent: site.recent_num %}