user-defined values live under .Params

This commit is contained in:
Jacob Heider 2022-11-01 16:37:30 -04:00
parent 46764829d3
commit 6f1a8a0ebf
No known key found for this signature in database
GPG key ID: A98011B5713535BF

View file

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