From 25019da83c45b1331c2a9419374adb03b44f1249 Mon Sep 17 00:00:00 2001 From: Gregor Lenz Date: Fri, 3 May 2024 11:53:08 +0100 Subject: [PATCH] change column layout for hardware pages --- themes/hugoplate/layouts/partials/hardware/product-info.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/hugoplate/layouts/partials/hardware/product-info.html b/themes/hugoplate/layouts/partials/hardware/product-info.html index 01fac52..85809a3 100644 --- a/themes/hugoplate/layouts/partials/hardware/product-info.html +++ b/themes/hugoplate/layouts/partials/hardware/product-info.html @@ -13,6 +13,8 @@

{{ $product }} At A Glance

{{ end }} {{ if .chip_type }}
Chip Type: {{ .chip_type }}
{{ end }} {{ if .interfaces }}
Interface: {{ .interfaces }}
{{ end }} + {{ if .software }}
Software: {{ .software }}
{{ end }} + {{ if .applications }}
Applications: {{ .applications }}
{{ end }}
{{ if .neurons }}
Neurons: {{ .neurons }}
{{ end }} @@ -21,8 +23,6 @@

{{ $product }} At A Glance

{{ if .activation_bits }}
Activation bits: {{ .activation_bits }}
{{ end }} {{ if .on_chip_learning }}
On-Chip Learning: {{ .on_chip_learning }}
{{ end }} {{ if .power }}
Power: {{ .power }}
{{ end }} - {{ if .software }}
Software: {{ .software }}
{{ end }} - {{ if .applications }}
Applications: {{ .applications }}
{{ end }}
{{ if $image }}