Skip to content

Commit 0e1f634

Browse files
committed
[INCLUDES] Added header and source path generators, for placing links to GL or GH as appropriate.
1 parent 093e1d2 commit 0e1f634

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

_includes/api/header-path.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<a href="{{ site.gh-blob-url }}/{{ page.header_path }}"><code>{{ page.header_path }}</code></a>

_includes/api/source-path.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<a href="{{ site.gh-blob-url }}/{{ page.source_path }}"><code>{{ page.source_path }}</code></a>

0 commit comments

Comments
 (0)