-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_footer.html
More file actions
18 lines (15 loc) · 811 Bytes
/
_footer.html
File metadata and controls
18 lines (15 loc) · 811 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
</div><!-- closes the "content" div -->
(this is in _footer.html)
<!-- this will be appended at the end of the individual pages for each post and to the generated index file -->
<div id="footer">
<!-- put your site copyright and license here -->
Copyright [my name] [this year]. Released under <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/">CC by-nc-sa</a> / <a href=""> GPL </a>/<a href=""> BSD</a>.
<br>
Site generated with <a href="https://github.com/nicolasH/frankensteins/">Frankentstein's <code>___.sh</code></a>.
</div>
</div><!-- closes the wrapper div-->
<!-- you might want to put the import of your scripts for analytics, comments and social buttons here. -->
<!-- Site generated with https://github.com/nicolasH/frankensteins/ a.k.a ___.sh -->
(end of _footer.html)
</body>
</html>