forked from iluwatar/java-design-patterns
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfooter.html
More file actions
16 lines (16 loc) · 762 Bytes
/
footer.html
File metadata and controls
16 lines (16 loc) · 762 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<div class="footer">
<div class="container">
<div class="row">
<div class="col-md-12">
<a href="{{ site.repo_url }}">
<i class="fa fa-lg fa-github" aria-hidden="true"></i> Github Repository</a>
⋅
Designed by <a href="https://github.com/markusmo3">
<i class="fa fa-lg fa-github-alt" aria-hidden="true"></i> markusmo3</a>
⋅
Commit <a href="https://github.com/iluwatar/java-design-patterns/commit/{{ site.github.build_revision }}">
<i class="fa fa-lg fa-code" aria-hidden="true"></i> {{ site.github.build_revision | truncate: 7, '' }}</a>
</div>
</div>
</div>
</div>