mirror of
https://github.com/ivabus/www
synced 2024-11-10 08:15:14 +03:00
+ range
This commit is contained in:
parent
80c28ea040
commit
ca7b4061f0
|
@ -39,10 +39,12 @@
|
|||
|
||||
<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>
|
||||
|
||||
{{ range where $.Site.Data.packages "maintainer" .Maintainer }}
|
||||
|
||||
<style>
|
||||
|
||||
.package-thumbnail{
|
||||
|
|
Loading…
Reference in a new issue