-
Notifications
You must be signed in to change notification settings - Fork 169
/
Copy pathfooter.html
executable file
·28 lines (25 loc) · 1.25 KB
/
footer.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<footer>
<div class="row">
<div class="col-lg-12 footer">
© {{ site.copyright_year }} {{site.company_name}}<br />
<a rel="license" class="no_icon"
href="http://creativecommons.org/licenses/by-sa/3.0/">
<img alt="Creative Commons License" style="border-width:0"
src="https://i.creativecommons.org/l/by-sa/3.0/80x15.png" /></a>
This work is licensed under a
<a rel="license" class="no_icon"
href="http://creativecommons.org/licenses/by-sa/3.0/">Creative
Commons Attribution-ShareAlike 3.0 Unported License</a>.<br />
{% if page.last_updated %}
<span>Page last updated:</span> {{page.last_updated}}<br/>
{% endif %}
{% if site.github_editme_path %}
<a target="_blank" href="https://github.com/{{site.github_editme_path}}/{{ page.path }}" class="githubEditButton no_icon" role="button">Edit page <i class="fa fa-pencil" aria-hidden="true"></i></a>
<i class="fa fa-ellipsis-h"></i>
{% endif %}
Site last generated: {{ site.time | date: "%b %-d, %Y" }} <br />
"Google Summer of Code" (GSoC) is a trademark of Google Inc. <br />
<!-- <p><img src="{{ "/images/company_logo.png" }}" alt="Company logo"/></p> -->
</div>
</div>
</footer>