File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -42,8 +42,8 @@ <h2 class="hx-text-xl hx-font-bold hx-mb-2">{{ .Title }}</h2>
4242 {{ end }}
4343 </ li >
4444
45- {{ range first 3 (where .Site.RegularPages "Params.tags " "intersect"
46- (slice "Notes ")) }}
45+ {{ range first 3 (where .Site.RegularPages "Params.series " "intersect"
46+ (slice "IITM-Foundation-Course-Mathematics-1 ")) }}
4747 < li class ="grid-item ">
4848 < a href ="{{ .RelPermalink }} " class ="grid-layout__item-link ">
4949 < div class ="grid-layout__item ">
@@ -218,8 +218,8 @@ <h2 class="hx-text-xl hx-font-bold">{{ .Title }}</h2>
218218
219219 < div class ="grid-layout-section ">
220220 < ul class ="grid-container ">
221- {{ range first 6 (where .Site.RegularPages "Params.tags " "intersect"
222- (slice "Notes ")) }}
221+ {{ range last 6 (where .Site.RegularPages "Params.series " "intersect"
222+ (slice "IITM-Foundation-Course-Mathematics-1 ")) }}
223223 < li class ="grid-item ">
224224 < a href ="{{ .RelPermalink }} " class ="grid-layout__item-link ">
225225 < div class ="grid-layout__item ">
You can’t perform that action at this time.
0 commit comments