diff --git a/_layouts/package.html b/_layouts/package.html index 652ad47..1a81501 100644 --- a/_layouts/package.html +++ b/_layouts/package.html @@ -5,7 +5,17 @@ layout: default {% assign base_url = repo | append: '/' | append: page.distribution | relative_url %}
+ {% for line in desc offset:1 %} + {{ line }} + {% endfor %} +
+{% endif %} {% include package-list.html title="Dependencies" list=page.depends %} {% include package-list.html title="Conflicts" list=page.conflicts %}