diff options
| -rw-r--r-- | _posts/featured/2020-10-24-tiny-linux-c-binaries.md (renamed from _featured/2020-10-24-tiny-linux-c-binaries.md) | 0 | ||||
| -rw-r--r-- | _posts/featured/2024-03-20-rf-primer.md (renamed from _featured/2024-03-20-rf-primer.md) | 0 | ||||
| -rw-r--r-- | index.html | 2 |
3 files changed, 1 insertions, 1 deletions
diff --git a/_featured/2020-10-24-tiny-linux-c-binaries.md b/_posts/featured/2020-10-24-tiny-linux-c-binaries.md index 1966d45..1966d45 100644 --- a/_featured/2020-10-24-tiny-linux-c-binaries.md +++ b/_posts/featured/2020-10-24-tiny-linux-c-binaries.md diff --git a/_featured/2024-03-20-rf-primer.md b/_posts/featured/2024-03-20-rf-primer.md index 43ffcb1..43ffcb1 100644 --- a/_featured/2024-03-20-rf-primer.md +++ b/_posts/featured/2024-03-20-rf-primer.md @@ -4,7 +4,7 @@ layout: default <div id="main" role="main" class="index"> <div class="posts"> - {% assign sorted_featured = site.featured | sort: 'date' | reverse %} + {% assign sorted_featured = site.categories.featured | sort: 'date' | reverse %} {% for post in sorted_featured %} <article class="post"> <header> |
