Skip to content
This repository was archived by the owner on Nov 4, 2022. It is now read-only.

Commit e867adf

Browse files
authored
Update default.html
1 parent 1e7c873 commit e867adf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_layouts/default.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
<article class="hentry">
66
<header class="entry-header">
77
<h1 class="entry-title">{{ page.title }}</h1>
8-
<a class="edit" target="_blank" href="//github.com/wpmetabox/docs/edit/master/{{ page.path }}"><svg class="icon icon-edit" aria-hidden="true" role="img"><use href="#icon-edit" xlink:href="#icon-edit"></use></svg>Edit this page</a>
8+
<a class="edit" target="_blank" href="//github.com/wpmetabox/docs/edit/master/{{ page.path }}"><svg class="icon icon-edit" aria-hidden="true" role="img"><use href="#icon-edit" xlink:href="#icon-edit"></use></svg>Edit this page on Github</a>
99
</header>
1010
<div class="entry-body">
1111
<div class="entry-content">
1212
{{ content }}
1313

14-
<p><a target="_blank" href="//github.com/wpmetabox/docs/edit/master/{{ page.path }}"><svg class="icon icon-edit" aria-hidden="true" role="img"><use href="#icon-edit" xlink:href="#icon-edit"></use></svg>Edit this page</a></p>
14+
<p><a target="_blank" href="//github.com/wpmetabox/docs/edit/master/{{ page.path }}"><svg class="icon icon-edit" aria-hidden="true" role="img"><use href="#icon-edit" xlink:href="#icon-edit"></use></svg>Edit this page on Github</a></p>
1515
</div>
1616
<aside class="toc">
1717
<div class="toc-wrapper">

0 commit comments

Comments
 (0)