Skip to content

Commit 4e00ccf

Browse files
committed
Add “fork this site” link
1 parent 557e5a8 commit 4e00ccf

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

create-a-plugin.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -303,6 +303,7 @@ <h3 id="further-exercises"><a class="anchor" href="#further-exercises">#</a>Furt
303303
<footer>
304304
<p>made by <a href="https://github.com/wooorm">@wooorm</a> and <a href="https://github.com/unifiedjs/unifiedjs.github.io/graphs/contributors">contributors</a></p>
305305
<p>view the project on <a href="https://github.com/unifiedjs/unified">GitHub</a></p>
306+
<p><a href="https://github.com/unifiedjs/unifiedjs.github.io">fork this site</a></p>
306307
<p></p>
307308
</footer>
308309
<script src="index.js"></script>

create-an-editor.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -550,6 +550,7 @@ <h3 id="further-exercises"><a class="anchor" href="#further-exercises">#</a>Furt
550550
<footer>
551551
<p>made by <a href="https://github.com/wooorm">@wooorm</a> and <a href="https://github.com/unifiedjs/unifiedjs.github.io/graphs/contributors">contributors</a></p>
552552
<p>view the project on <a href="https://github.com/unifiedjs/unified">GitHub</a></p>
553+
<p><a href="https://github.com/unifiedjs/unifiedjs.github.io">fork this site</a></p>
553554
<p></p>
554555
</footer>
555556
<script src="index.js"></script>

script/markdown/plugin/suffix.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ function section() {
1919
'view the project on ',
2020
h('a', {href: 'https://github.com/unifiedjs/unified'}, 'GitHub')
2121
]),
22+
h('p', [
23+
h('a', {
24+
href: 'https://github.com/unifiedjs/unifiedjs.github.io'
25+
}, 'fork this site')
26+
]),
2227
h('p', '☔')
2328
])
2429
);

using-unified.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -378,6 +378,7 @@ <h3 id="further-exercises"><a class="anchor" href="#further-exercises">#</a>Furt
378378
<footer>
379379
<p>made by <a href="https://github.com/wooorm">@wooorm</a> and <a href="https://github.com/unifiedjs/unifiedjs.github.io/graphs/contributors">contributors</a></p>
380380
<p>view the project on <a href="https://github.com/unifiedjs/unified">GitHub</a></p>
381+
<p><a href="https://github.com/unifiedjs/unifiedjs.github.io">fork this site</a></p>
381382
<p></p>
382383
</footer>
383384
<script src="index.js"></script>

0 commit comments

Comments
 (0)