Skip to content

Commit d8cd9e1

Browse files
committed
Add Content
1 parent 84b4251 commit d8cd9e1

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

layouts/iit-madras/list.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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">

0 commit comments

Comments
 (0)