diff options
| author | xengineering <me@xengineering.eu> | 2025-04-05 10:36:38 +0200 | 
|---|---|---|
| committer | xengineering <me@xengineering.eu> | 2025-04-05 12:26:17 +0200 | 
| commit | 061a67ea6e4a7fb9658fd3efc1c670eae5ff3eb6 (patch) | |
| tree | cc6bf423db4fcde43fa2496562de88bac5fee161 /web/layouts | |
| parent | ec8958e5ded76bd148e2cb4efbd22603555b93f5 (diff) | |
| download | iot-contact-061a67ea6e4a7fb9658fd3efc1c670eae5ff3eb6.tar iot-contact-061a67ea6e4a7fb9658fd3efc1c670eae5ff3eb6.tar.zst iot-contact-061a67ea6e4a7fb9658fd3efc1c670eae5ff3eb6.zip  | |
Deploy schematic and BOM to website
These important design files should be deployed with the website.
Diffstat (limited to 'web/layouts')
| -rw-r--r-- | web/layouts/home.html | 4 | 
1 files changed, 4 insertions, 0 deletions
diff --git a/web/layouts/home.html b/web/layouts/home.html index 5425ac9..dcd4a66 100644 --- a/web/layouts/home.html +++ b/web/layouts/home.html @@ -1,3 +1,7 @@  {{- define "main" -}}  <h1>{{ .Site.Title }}</h1> +<ul> +	<li><a href="bill-of-materials.csv">bill-of-materials.csv</a></li> +	<li><a href="schematic.pdf">schematic.pdf</a></li> +</ul>  {{- end -}}  | 
