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 08b9c2c commit ce95633Copy full SHA for ce95633
layouts/shortcodes/rsmd.html
@@ -5,7 +5,7 @@
5
{{ range .Site.Data.rsmd }}
6
<div class="carousel-item rounded-2{{ if eq $counter 0 }} active{{ end }}" data-bs-interval="20000">
7
<dl class="m-3 px-md-5">
8
- <dt>{{ .aspect }}</dt>
+ <dt>RSMD {{ .aspect }}</dt>
9
<dd class="px-5">{{ .description }} <a class="fw-bold" href="{{ .link }}" aria-label="See the full {{ .aspect }} description on the RSMD site">[...]</a>
10
<dd class="fst-italic fw-bold">{{ .class }}</dd>
11
</dl>
0 commit comments