diff --git a/templates/partials/packages/details.html b/templates/partials/packages/details.html index ca7159be..cdb62128 100644 --- a/templates/partials/packages/details.html +++ b/templates/partials/packages/details.html @@ -1,4 +1,3 @@ -{% set pkg = pkgbase.packages.first() %}
{{ "Git Clone URL" | tr }}: | @@ -20,13 +19,13 @@||
---|---|---|
{{ "Description" | tr }}: | -{{ pkg.Description }} | +{{ package.Description }} |
{{ "Upstream URL" | tr }}: | - {% if pkg.URL %} - {{ pkg.URL }} + {% if package.URL %} + {{ package.URL }} {% else %} {{ "None" | tr }} {% endif %} |