2023-01-21 18:44:02 +00:00
|
|
|
<h2>{{ i18n "badges_headline" }}</h2>
|
|
|
|
|
|
|
|
{{ range $badge_key, $badge := $.Site.Data.badges.da.badges.badges }}
|
|
|
|
|
2023-01-21 22:42:43 +00:00
|
|
|
<h3>
|
|
|
|
{{ title .name }}
|
|
|
|
<img src="{{ "/static/img" | absURL }}/badges/{{ .icon }}" class="badge-icon">
|
|
|
|
</h3>
|
2023-01-21 18:44:02 +00:00
|
|
|
|
2023-01-21 22:42:43 +00:00
|
|
|
{{ markdownify .description }}
|
2023-01-21 18:44:02 +00:00
|
|
|
|
|
|
|
{{ end }}
|
|
|
|
|
|
|
|
<h2>{{ i18n "status_headline" }}</h2>
|
|
|
|
|
|
|
|
{{ range $.Site.Data.badges.da.status.status }}
|
|
|
|
|
2023-01-21 22:42:43 +00:00
|
|
|
<h3>{{ title .name }}</h3>
|
2023-01-21 18:44:02 +00:00
|
|
|
|
2023-01-21 22:42:43 +00:00
|
|
|
{{ markdownify .description }}
|
2023-01-21 18:44:02 +00:00
|
|
|
|
|
|
|
{{ end }}
|