Skip to content

Commit

Permalink
change column layout for hardware pages
Browse files Browse the repository at this point in the history
  • Loading branch information
biphasic committed May 3, 2024
1 parent 803a7d5 commit 25019da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions themes/hugoplate/layouts/partials/hardware/product-info.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ <h2 class="text-2xl font-bold mb-4 col-span-3">{{ $product }} At A Glance</h2>
{{ end }}
{{ if .chip_type }}<div><strong>Chip Type:</strong> {{ .chip_type }}</div>{{ end }}
{{ if .interfaces }}<div><strong>Interface:</strong> {{ .interfaces }}</div>{{ end }}
{{ if .software }}<div><strong>Software:</strong> {{ .software }}</div>{{ end }}
{{ if .applications }}<div><strong>Applications:</strong> {{ .applications }}</div>{{ end }}
</div>
<div class="pb-4 lg:pb-0">
{{ if .neurons }}<div><strong>Neurons:</strong> {{ .neurons }}</div>{{ end }}
Expand All @@ -21,8 +23,6 @@ <h2 class="text-2xl font-bold mb-4 col-span-3">{{ $product }} At A Glance</h2>
{{ if .activation_bits }}<div><strong>Activation bits:</strong> {{ .activation_bits }}</div>{{ end }}
{{ if .on_chip_learning }}<div><strong>On-Chip Learning:</strong> {{ .on_chip_learning }}</div>{{ end }}
{{ if .power }}<div><strong>Power:</strong> {{ .power }}</div>{{ end }}
{{ if .software }}<div><strong>Software:</strong> {{ .software }}</div>{{ end }}
{{ if .applications }}<div><strong>Applications:</strong> {{ .applications }}</div>{{ end }}
</div>
<div class="flex justify-center items-center">
{{ if $image }}
Expand Down

0 comments on commit 25019da

Please sign in to comment.