diff --git a/site/layouts/shortcodes/quiz_button.html b/site/layouts/shortcodes/quiz_button.html index 700c13bd12..ac02105575 100644 --- a/site/layouts/shortcodes/quiz_button.html +++ b/site/layouts/shortcodes/quiz_button.html @@ -1 +1 @@ - + diff --git a/site/layouts/shortcodes/quiz_instruction.html b/site/layouts/shortcodes/quiz_instruction.html index b02229e475..53dcea58ac 100644 --- a/site/layouts/shortcodes/quiz_instruction.html +++ b/site/layouts/shortcodes/quiz_instruction.html @@ -6,7 +6,7 @@ {{ $release := index $selected 3 }} {{ $installer := index $selected 4 }} -
To install the latest minikube {{ lower $release }} release on {{ $arch }} {{ $os }} using {{ replace $installer "Binary" "binary" }}:
{{ .Inner }}{{ with .Get "name"}}{{.}}{{end}}