diff options
| author | Alexander Færøy | 2014-06-03 00:33:11 +0200 |
|---|---|---|
| committer | Alexander Færøy | 2014-06-03 00:33:11 +0200 |
| commit | 5391dee3b7fa8bc5270a8bea48e663eb07d33b53 (patch) | |
| tree | e20363d89d8f4f51fdf2c10a214a7f898c95783c /index.html | |
| parent | 93653fb8d3615b07d53c1fa7b1174fc4c840465a (diff) | |
| download | scripts.irssi.org-5391dee3b7fa8bc5270a8bea48e663eb07d33b53.tar.bz2 | |
Add Github link to show source code on Github.com
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -55,7 +55,12 @@ layout: default <tbody> {% for script in site.data.scripts %} <tr> - <td><a href="scripts/{{ script.filename }}">{{ script.filename }}</a></td> + <td> + <a href="scripts/{{ script.filename }}">{{ script.filename }}</a> + <small> + (<a href="https://github.com/irssi/scripts/blob/gh-pages/scripts/{{ script.filename }}">Github</a>) + </small> + </td> <td>{{ script.name }}</td> <td>{{ script.version }}</td> <td>{{ script.description }}</td> |
