Skip to content

Commit adb954a

Browse files
committed
Fix recent news entries.
1 parent 27fa32a commit adb954a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

themes/reactos/layouts/partials/footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ <h4>{{ i18n "aboutUs" }}</h4>
1919
<h4>{{ i18n "recentPosts" }}</h4>
2020

2121
<div class="blog-entries">
22-
{{ range first 3 (where .Site.Pages "Type" "in" (slice "blog" "news")) }}
22+
{{ range first 3 (where .Site.Pages "Type" "in" (slice "project-news" "blogs")) }}
2323
<div class="item same-height-row clearfix">
2424
<div class="image same-height-always">
2525
<a href="{{ .Permalink }}">

0 commit comments

Comments
 (0)