diff --git a/_board/adafruit_feather_huzzah32.md b/_board/adafruit_feather_huzzah32.md
index 44671d250..31b14d573 100644
--- a/_board/adafruit_feather_huzzah32.md
+++ b/_board/adafruit_feather_huzzah32.md
@@ -10,6 +10,7 @@ board_image: "adafruit_feather_huzzah32.jpg"
date_added: 2022-08-19
family: esp32
downloads_display: true
+download_instructions: https://learn.adafruit.com/circuitpython-with-esp32-quick-start
features:
- Feather-Compatible
- Battery Charging
diff --git a/_includes/download/board.html b/_includes/download/board.html
index 7cfceef5d..85a66af0c 100644
--- a/_includes/download/board.html
+++ b/_includes/download/board.html
@@ -45,9 +45,14 @@
CircuitPython {{ version.version }}
Older bootloaders cannot load the firmware. See Update UF2 Bootloader below.
{% endif %}
-
- Release Notes for {{ version.version }}
-
+
{% comment %}
Create a list of language codes and names so it can be sorted.
diff --git a/assets/sass/pages/_download.scss b/assets/sass/pages/_download.scss
index 10ab3e50e..86fb14c73 100644
--- a/assets/sass/pages/_download.scss
+++ b/assets/sass/pages/_download.scss
@@ -58,7 +58,13 @@
}
}
- .download-details {
+ .install-instructions-button{
+ width: 100%;
+ text-align: center;
+ margin-bottom: 1em;
+ }
+
+ .download-details, .release-details {
display: grid;
grid-template-columns: repeat(2, 1fr);
}
@@ -192,7 +198,7 @@
grid-template-columns: 1fr 1fr;
.download {
- .download-details {
+ .download-details, .release-details {
grid-template-columns: repeat(1, 1fr);
}
diff --git a/template.md b/template.md
index 81b20698c..cc216e341 100644
--- a/template.md
+++ b/template.md
@@ -11,12 +11,12 @@ board_image: "unknown.jpg"
date_added: 2020-03-31
downloads_display: true
blinka: false
-download_instructions: "BLINKA ONLY - url"
+download_instructions: "url"
+family: esp32 # See _data/bootloaders.json
+bootloader_id:
# Features are tags; they should be limited to the items in this list and spelled exactly the same.
# Include only the features your board supports, and remove these comment lines before committing.
# Breadboard-Friendly is a parallel pin layout with minimal non-critical perpendicular pins
-family: esp32 # See _data/bootloaders.json
-bootloader_id:
features:
- Arduino Shield Compatible
- Battery Charging