Skip to content

Commit 6e82af1

Browse files
committed
add footer
1 parent fc99691 commit 6e82af1

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

html/index.html

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,13 @@ <h3 class="panel-title">JavaScript</h3>
430430
</div>
431431
</div>
432432

433-
433+
<div id="footer">
434+
<div class="container">
435+
<p class="text-muted">
436+
Missing something? <a href="https://github.com/jsonwebtoken/jsonwebtoken.github.io/edit/master/html/index.html">Send a Pull Request</a>
437+
</p>
438+
</div>
439+
</div>
434440

435441
<!-- Bootstrap core JavaScript
436442
================================================== -->

index.html

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,13 @@ <h3 class="panel-title">JavaScript</h3>
426426
</div>
427427
</div>
428428

429-
429+
<div id="footer">
430+
<div class="container">
431+
<p class="text-muted">
432+
Missing something? <a href="https://github.com/jsonwebtoken/jsonwebtoken.github.io/edit/master/html/index.html">Send a Pull Request</a>
433+
</p>
434+
</div>
435+
</div>
430436

431437
<!-- Bootstrap core JavaScript
432438
================================================== -->

0 commit comments

Comments
 (0)