From ad0d3a02011105b5eba30833395989329bd3def1 Mon Sep 17 00:00:00 2001 From: Alex Legler Date: Fri, 3 Apr 2015 11:41:14 +0200 Subject: Display 'GLSA' before the GLSA IDs after all. We can spare those few pixels. --- _includes/frontpage/glsa | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '_includes/frontpage') diff --git a/_includes/frontpage/glsa b/_includes/frontpage/glsa index 2ded8e1..7f20a5b 100644 --- a/_includes/frontpage/glsa +++ b/_includes/frontpage/glsa @@ -1,7 +1,7 @@ {% for advisory in site.data.glsa limit:5 %} - +
{{ advisory.id }}GLSA {{ advisory.id }} {{ advisory.title }} {% if advisory.severity == 'high' %} -- cgit v1.2.3-65-gdbad