mirror of
https://github.com/ivabus/www
synced 2024-11-23 01:35:06 +03:00
.maintainer > .Maintainer
This commit is contained in:
parent
3ddd5454a0
commit
88ea4ed030
1 changed files with 2 additions and 2 deletions
|
@ -36,11 +36,11 @@
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
{{- partial "clipboard-copy.html" -}}
|
{{- partial "clipboard-copy.html" -}}
|
||||||
{{ range where $.Site.Data.packages "maintainer" .Maintainer }}
|
{{ range where $.Site.Data.packages "maintainer" .maintainer }}
|
||||||
|
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
|
|
||||||
document.getElementById("shortcodeCopy").value = "sh <(curl tea.xyz) +{{- .Maintainer -}}/{{- .Title -}}";
|
document.getElementById("shortcodeCopy").value = "sh <(curl tea.xyz) +{{- .maintainer -}}/{{- .Title -}}";
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue