Skip to content

Commit 162d316

Browse files
authored
Merge pull request #10 from ps-wiki/pdf
Add a button to open revision history
2 parents 63db0eb + e536f1c commit 162d316

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

_layouts/wiki.liquid

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,14 @@
194194
>
195195
Edit Source JSON
196196
</a>
197+
&nbsp;|&nbsp;
198+
<a
199+
href="https://github.com/{{ site.repo }}/commits/{{ site.branch }}/{{ json_path }}"
200+
class="wiki-nav-link"
201+
target="_blank"
202+
>
203+
Revision History
204+
</a>
197205
{% endif %}
198206
</div>
199207

0 commit comments

Comments
 (0)