We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27fa32a commit adb954aCopy full SHA for adb954a
themes/reactos/layouts/partials/footer.html
@@ -19,7 +19,7 @@ <h4>{{ i18n "aboutUs" }}</h4>
19
<h4>{{ i18n "recentPosts" }}</h4>
20
21
<div class="blog-entries">
22
- {{ range first 3 (where .Site.Pages "Type" "in" (slice "blog" "news")) }}
+ {{ range first 3 (where .Site.Pages "Type" "in" (slice "project-news" "blogs")) }}
23
<div class="item same-height-row clearfix">
24
<div class="image same-height-always">
25
<a href="{{ .Permalink }}">
0 commit comments