diff --git a/www/layouts/page/projects.html b/www/layouts/page/projects.html index ba6e947..7241b8c 100644 --- a/www/layouts/page/projects.html +++ b/www/layouts/page/projects.html @@ -3,7 +3,17 @@ {{ range sort .Site.Data.projects "path" "asc" }}

{{ .path }}

-
curl -sfL https://install.goreleaser.com/{{ .path }}.sh | bash
+ {{ $cmd := delimit (slice "curl -sfL https://install.goreleaser.com/" .path ".sh | bash") "" }} + {{ highlight $cmd "bash" "" }} + Copy to clipboard
{{ end }} + + + + {{ end }}