summaryrefslogtreecommitdiffstats
path: root/index.html
diff options
context:
space:
mode:
authorAlexander Færøy2014-06-03 00:33:11 +0200
committerAlexander Færøy2014-06-03 00:33:11 +0200
commit5391dee3b7fa8bc5270a8bea48e663eb07d33b53 (patch)
treee20363d89d8f4f51fdf2c10a214a7f898c95783c /index.html
parent93653fb8d3615b07d53c1fa7b1174fc4c840465a (diff)
downloadscripts.irssi.org-5391dee3b7fa8bc5270a8bea48e663eb07d33b53.tar.bz2
Add Github link to show source code on Github.com
Diffstat (limited to 'index.html')
-rw-r--r--index.html7
1 files changed, 6 insertions, 1 deletions
diff --git a/index.html b/index.html
index bebaa14..bed348b 100644
--- a/index.html
+++ b/index.html
@@ -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>