We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5899dd commit d4042d9Copy full SHA for d4042d9
views/package.html.twig
@@ -29,6 +29,13 @@
29
{% if package.highest.description %}
30
<p class="lead">{{ package.highest.description }}</p>
31
{% 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 %}
39
40
{% if package.highest.homepage %}
41
<div class="row">
0 commit comments