diff options
Diffstat (limited to 'security/index.html')
-rw-r--r-- | security/index.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/security/index.html b/security/index.html index 5967534..95826c1 100644 --- a/security/index.html +++ b/security/index.html @@ -14,6 +14,7 @@ categories: [ _nav ] <th>Release date</th> <th>Git commit</th> <th>Credit</th> + <th>Description</th> </tr> </thead> <tbody> @@ -33,6 +34,7 @@ categories: [ _nav ] <td class="text-nowrap">{{ values.release_date }}</td> <td><a href="https://github.com/irssi/{% if values.repo %}{{ values.repo }}{% else %}irssi{% endif %}/commit/{{ values.git_commit }}">{{ values.git_commit | truncate: 8, "" }}</a></td> <td>{{ values.credit }}</td> + <td>{{ values.description }}</td> </tr> {% endfor %} </tbody> |