diff options
Diffstat (limited to '_includes/frontpage')
-rw-r--r-- | _includes/frontpage/packages | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_includes/frontpage/packages b/_includes/frontpage/packages index adf87f9..444d15c 100644 --- a/_includes/frontpage/packages +++ b/_includes/frontpage/packages @@ -1,7 +1,7 @@ <table class="table table-striped frontpage-table"> {% for post in site.data.packages.updates limit:5 %} <tr> - <td class="frontpage-table-package-atom"><a href="{{ post.uri }}">{{ post.atom }}</a></td> + <td class="frontpage-table-package-atom"><a href="{{ post.uri }}">{{ post.atom_cpv }}</a></td> <td>{{ post.description }}</td> </tr> {% endfor %} |