We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbee458 commit 49a5d54Copy full SHA for 49a5d54
themes/xmpp.org/layouts/shortcodes/xeps-table.html
@@ -120,7 +120,7 @@ <h4>Filter XEPs</h4>
120
<tr class="XEP-{{ .status }} {{ if $xep_dormant }} XEP-Dormant{{ end }}" id="xep{{- $number_str -}}" data-shortname="{{- .shortname -}}">
121
<td><a href="/extensions/xep-{{- $number_str -}}.html">XEP-{{- $number_str -}}</a></td>
122
<td>
123
- {{- .title -}}
+ <span>{{- .title -}}</span>{{- if .shortname -}}<span class="ms-1 text-muted small">[{{- .shortname -}}]</span>{{- end -}}
124
{{- if .supersededby -}}
125
<br>
126
<span class="text-muted small">Superseded by: </span>
0 commit comments