This commit is contained in:
Thomas Smith 2022-10-17 12:49:10 -04:00
parent bd342f54b4
commit 82062dbdbd

View file

@ -2,7 +2,6 @@
<!-- The text field -->
<input class="one-liner" type="text" value="$ sh <(curl tea.xyz) install {{- .Title -}}" id="myInput">
{{ range where $.Site.Data.packages "name" .Title }}
<!-- The button used to copy the text -->
<button class="clipboard-copy" onclick="myFunction()"><i class="icon-download-arrow"></i></button>