Add maintainer to click to copy string

This commit is contained in:
Thomas Smith 2022-11-01 13:09:06 -04:00
parent 69b1dfcc33
commit 80c28ea040

View file

@ -39,7 +39,7 @@
<script type="text/javascript">
document.getElementById("shortcodeCopy").value = "sh <(curl tea.xyz) +{{- .Title -}}";
document.getElementById("shortcodeCopy").value = "sh <(curl tea.xyz) +{{- .maintainer -}}/{{- .Title -}}";
</script>