Skip to content

Commit d98ee0b

Browse files
hiroppykt3k
authored andcommitted
feat(footer): add github link
1 parent 2eed089 commit d98ee0b

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

source/layout/layout.njk

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,10 @@
2525

2626
<hr/>
2727
<footer>
28-
<p><small>© 2016 {{ orgName }}</small></p>
28+
<p>
29+
<small>© 2016 {{ orgName }}</small>
30+
<small><a href="https://github.com/nodejsjp/nodejsjp.github.com">GitHub</a></small>
31+
</p>
2932
</footer>
3033
</section>
3134
<script type="text/javascript">

0 commit comments

Comments
 (0)