Skip to content

Commit ef1821e

Browse files
committed
fix: Add space between C++ and version number
1 parent b16fdac commit ef1821e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

templates/v3/includes/_library_item.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
{% for cat in categories %}
3232
{% include "v3/includes/_category_tag.html" with tag_label=cat.label url=cat.url variant=cat.variant %}
3333
{% endfor %}
34-
<span class="version-tag version-tag--default library-item__cpp-version">{{ cpp_version }}</span>
34+
<span class="version-tag version-tag--default library-item__cpp-version">C++ {{ cpp_version|cut:"C++" }}</span>
3535
</div>
3636
</div>
3737

@@ -40,7 +40,7 @@
4040
</div>
4141

4242
<div class="library-item__actions">
43-
<span class="version-tag version-tag--default library-item__cpp-version--desktop">{{ cpp_version }}</span>
43+
<span class="version-tag version-tag--default library-item__cpp-version--desktop">C++ {{ cpp_version|cut:"C++" }}</span>
4444
{% include "v3/includes/_button.html" with url=doc_url label="" icon_name="documentation" icon_size=32 icon_viewbox="0 0 16 16" style="icon-library" aria_label="View documentation for "|add:library_name %}
4545
</div>
4646

0 commit comments

Comments
 (0)