Skip to content

Commit a14e86f

Browse files
committed
Tweak impl template
1 parent 9a65fad commit a14e86f

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

_includes/impl.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,15 @@
33
* Homepage: [{{ page.impl.homepage }}]({{ page.impl.homepage }})
44
* Latest release: {{ page.impl.latest-release.version }} ({{ page.impl.latest-release.date }})
55
* Client: {{ page.impl.client }}
6-
* Server: {{ page.impl.client }}
7-
8-
## Supported protocols
6+
* Server: {{ page.impl.server }}
7+
{% if page.impl.remarks %}
8+
### Remarks
9+
{{ page.impl.remarks }}
10+
{% endif %}
11+
### Supported protocols
912

1013
{% for proto_class in site.data.proto_classes %}
1114
{% assign proto_class_id = proto_class[0] %}
12-
### {{ proto_class[1] }}
13-
{% for x in page.impl.protocols[proto_class_id] %}
14-
* {{ x }}
15-
{% endfor %}
15+
#### {{ proto_class[1] }}
16+
{% for x in page.impl.protocols[proto_class_id] %}{{ x }}, {% endfor %}
1617
{% endfor %}

0 commit comments

Comments
 (0)