aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-07-04 12:45:26 +0200
committerMichał Górny <mgorny@gentoo.org>2019-07-04 12:45:26 +0200
commit092975931bceedb40c4433ba41c9c10c6a141071 (patch)
tree8d01a3b32d6cc90e71e9295b03e1eff2af2b1a2f /_includes/frontpage
parent_posts: Publish a news post about SKS key poisoning (diff)
downloadwww-092975931bceedb40c4433ba41c9c10c6a141071.tar.gz
www-092975931bceedb40c4433ba41c9c10c6a141071.tar.bz2
www-092975931bceedb40c4433ba41c9c10c6a141071.zip
frontpage: Describe new packages using full cat/pn
Signed-off-by: Michał Górny <mgorny@gentoo.org>
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>