diff --git a/website/layouts/index.html b/website/layouts/index.html index b38fddc982..31aaa3343a 100644 --- a/website/layouts/index.html +++ b/website/layouts/index.html @@ -1,30 +1,8 @@ {{ define "main" }}
{{ partial "banner.html" (dict "title" "Device Repository for LoRaWAN®" "description" .Description) }} - - + {{ partial "tagdropdown.html" . }} + {{ partial "vendordropdown.html" . }} {{ partial "device-list.html" (dict "devices" ( where site.RegularPages "Section" "devices" ) ) }}
{{ end }} diff --git a/website/layouts/partials/tagdropdown.html b/website/layouts/partials/tagdropdown.html new file mode 100644 index 0000000000..285f6fbc79 --- /dev/null +++ b/website/layouts/partials/tagdropdown.html @@ -0,0 +1,24 @@ + + \ No newline at end of file diff --git a/website/layouts/partials/vendordropdown.html b/website/layouts/partials/vendordropdown.html new file mode 100644 index 0000000000..30e6e405c9 --- /dev/null +++ b/website/layouts/partials/vendordropdown.html @@ -0,0 +1,30 @@ + +