Skip to content

Commit ce95633

Browse files
committed
Fix accidental omission when converting to data-driven
1 parent 08b9c2c commit ce95633

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/shortcodes/rsmd.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
{{ range .Site.Data.rsmd }}
66
<div class="carousel-item rounded-2{{ if eq $counter 0 }} active{{ end }}" data-bs-interval="20000">
77
<dl class="m-3 px-md-5">
8-
<dt>{{ .aspect }}</dt>
8+
<dt>RSMD {{ .aspect }}</dt>
99
<dd class="px-5">{{ .description }} <a class="fw-bold" href="{{ .link }}" aria-label="See the full {{ .aspect }} description on the RSMD site">[...]</a>
1010
<dd class="fst-italic fw-bold">{{ .class }}</dd>
1111
</dl>

0 commit comments

Comments
 (0)