Skip to content

Commit d4042d9

Browse files
authored
Update package.html.twig
1 parent f5899dd commit d4042d9

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

views/package.html.twig

+7
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,13 @@
2929
{% if package.highest.description %}
3030
<p class="lead">{{ package.highest.description }}</p>
3131
{% endif %}
32+
33+
{% if package.highest.keywords %}
34+
<div class="row">
35+
<div class="col-xs-2 text-xs-left text-sm-right"><strong>Keywords</strong></div>
36+
<div class="col-xs-12 col-sm-10">{{ package.highest.keywords|join(', ') }}</div>
37+
</div>
38+
{% endif %}
3239

3340
{% if package.highest.homepage %}
3441
<div class="row">

0 commit comments

Comments
 (0)