File tree 2 files changed +8
-0
lines changed
2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -56,6 +56,7 @@ public function dump(array $packages)
56
56
'name ' => $ name ,
57
57
'url ' => $ this ->rootPackage ->getHomepage (),
58
58
'description ' => $ this ->rootPackage ->getDescription (),
59
+ 'keywords ' => $ this ->rootPackage ->getKeywords (),
59
60
'packages ' => $ mappedPackages ,
60
61
'dependencies ' => $ this ->dependencies ,
61
62
]);
Original file line number Diff line number Diff line change 29
29
{% if package .highest .description %}
30
30
<p class =" lead" >{{ package .highest .description }}</p >
31
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 %}
32
39
33
40
{% if package .highest .homepage %}
34
41
<div class =" row" >
You can’t perform that action at this time.
0 commit comments