aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-10-13 19:04:07 +0200
committerMichał Górny <mgorny@gentoo.org>2017-10-13 19:04:53 +0200
commitb8ffe0c49e2ca5869a0acb82e492a97481b20082 (patch)
tree813b18ff1849720092d1a08e694bab71b3e2d943 /_layouts
parentglep: Reduce the width of metadata table (diff)
downloadwww-b8ffe0c49e2ca5869a0acb82e492a97481b20082.tar.gz
www-b8ffe0c49e2ca5869a0acb82e492a97481b20082.tar.bz2
www-b8ffe0c49e2ca5869a0acb82e492a97481b20082.zip
glep: Include link to source file
Suggested-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to '_layouts')
-rw-r--r--_layouts/glep.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/_layouts/glep.html b/_layouts/glep.html
index 4c11b88..e3918f6 100644
--- a/_layouts/glep.html
+++ b/_layouts/glep.html
@@ -45,6 +45,11 @@ nav2-display: true
<th>Replaced by</th>
<td>{{ page.Replaced-By | xml_escape }}</td>
</tr>
+ <tr>
+ <td class="text-center" colspan="2">
+ <a href='{{ page.source | xml_escape }}'>GLEP source (.rst)</a>
+ </td>
+ </tr>
</table>
{{ content }}