You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: templates/v3/libraries/detail.html
+4-7Lines changed: 4 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -26,9 +26,6 @@
26
26
<divclass="item-a">
27
27
{% include "v3/includes/_code_block_card.html" with heading="About "|add:object.display_name description=library_version.description|default:object.description code=library_about_code language="cpp" card_variant="neutral" button_text="Explore examples" button_url=documentation_url|default:"#" button_aria_label="Explore examples for "|add:object.display_name %}
28
28
</div>
29
-
<divclass="item-d item-d--tablet">
30
-
{% include "v3/includes/_contributors_list.html" with title="Contributors: This Release" variant="release" contributors=this_release_contributors heading_level="2" %}
31
-
</div>
32
29
</div>
33
30
<divclass="masonry-col masonry-col--2">
34
31
<divclass="item-b">
@@ -37,21 +34,21 @@
37
34
<divclass="item-c">
38
35
{% include "v3/includes/_code_block_card.html" with heading="Install" description="Get started with header-only libraries" code=library_install_code language="bash" card_variant="teal" %}
39
36
</div>
40
-
<divclass="item-e item-e--tablet">
37
+
<divclass="item-e">
41
38
{% include "v3/includes/_dependencies_card.html" with dependencies=dependencies_list %}
{% include "v3/includes/_contributors_list.html" with title="Contributors: This Release" variant="release" contributors=this_release_contributors heading_level="2" %}
47
44
</div>
48
-
<divclass="item-e item-e--desktop">
49
-
{% include "v3/includes/_dependencies_card.html" with dependencies=dependencies_list %}
50
-
</div>
51
45
</div>
52
46
</div>
53
47
54
48
<divclass="card-masonry-bottom">
49
+
<divclass="item-d item-d--tablet">
50
+
{% include "v3/includes/_contributors_list.html" with title="Contributors: This Release" variant="all" contributors=this_release_contributors heading_level="2" %}
51
+
</div>
55
52
<divclass="item-a">
56
53
{% include "v3/includes/_post_card.html" with heading="Latest "|add:object.display_name|add:" posts" items=library_posts variant="card" theme="teal" layout="horizontal" primary_cta_label="View all posts" primary_cta_url="/news/" %}
0 commit comments