Skip to content

Commit 25019da

Browse files
committed
change column layout for hardware pages
1 parent 803a7d5 commit 25019da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

themes/hugoplate/layouts/partials/hardware/product-info.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ <h2 class="text-2xl font-bold mb-4 col-span-3">{{ $product }} At A Glance</h2>
1313
{{ end }}
1414
{{ if .chip_type }}<div><strong>Chip Type:</strong> {{ .chip_type }}</div>{{ end }}
1515
{{ if .interfaces }}<div><strong>Interface:</strong> {{ .interfaces }}</div>{{ end }}
16+
{{ if .software }}<div><strong>Software:</strong> {{ .software }}</div>{{ end }}
17+
{{ if .applications }}<div><strong>Applications:</strong> {{ .applications }}</div>{{ end }}
1618
</div>
1719
<div class="pb-4 lg:pb-0">
1820
{{ if .neurons }}<div><strong>Neurons:</strong> {{ .neurons }}</div>{{ end }}
@@ -21,8 +23,6 @@ <h2 class="text-2xl font-bold mb-4 col-span-3">{{ $product }} At A Glance</h2>
2123
{{ if .activation_bits }}<div><strong>Activation bits:</strong> {{ .activation_bits }}</div>{{ end }}
2224
{{ if .on_chip_learning }}<div><strong>On-Chip Learning:</strong> {{ .on_chip_learning }}</div>{{ end }}
2325
{{ if .power }}<div><strong>Power:</strong> {{ .power }}</div>{{ end }}
24-
{{ if .software }}<div><strong>Software:</strong> {{ .software }}</div>{{ end }}
25-
{{ if .applications }}<div><strong>Applications:</strong> {{ .applications }}</div>{{ end }}
2626
</div>
2727
<div class="flex justify-center items-center">
2828
{{ if $image }}

0 commit comments

Comments
 (0)