aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '_includes/frontpage')
-rw-r--r--_includes/frontpage/packages4
1 files changed, 2 insertions, 2 deletions
diff --git a/_includes/frontpage/packages b/_includes/frontpage/packages
index db7f8a5..adf87f9 100644
--- a/_includes/frontpage/packages
+++ b/_includes/frontpage/packages
@@ -1,8 +1,8 @@
<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 }}" title="{{ post.atom }}">{{ post.atom_p }}</a></td>
+ <td class="frontpage-table-package-atom"><a href="{{ post.uri }}">{{ post.atom }}</a></td>
<td>{{ post.description }}</td>
</tr>
{% endfor %}
-</table> \ No newline at end of file
+</table>