Skip to content

Commit 062665b

Browse files
committed
Adds link to source code of current module
1 parent b369fee commit 062665b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

dpl-docs/views/layout.dt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,11 @@ html(lang='en-US')
201201
| Bugzilla issue.
202202

203203
- if( modname )
204+
.tip.smallprint
205+
a(href='https://github.com/dlang/#{project}/blob/master/#{path_prefix}#{filename}#{line_suffix}')
206+
| Source
207+
div
208+
| Source code of this page
204209
.tip.smallprint
205210
a(href='https://github.com/dlang/#{project}/edit/master/#{path_prefix}#{filename}#{line_suffix}')
206211
| Improve this page

0 commit comments

Comments
 (0)