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 /_plugins/gleps.rb
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 '_plugins/gleps.rb')
-rw-r--r--_plugins/gleps.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/_plugins/gleps.rb b/_plugins/gleps.rb
index 62c7f78..e6ca36f 100644
--- a/_plugins/gleps.rb
+++ b/_plugins/gleps.rb
@@ -33,6 +33,7 @@ module Gentoo
data['title'] = "GLEP #{data['GLEP']}: #{data['Title']}"
data['permalink'] = "/glep/#{@name}"
+ data['source'] = name
data['layout'] = 'glep'
data['nav1'] = 'inside-gentoo'
data['nav2'] = 'gleps'