-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy path_footer.html
28 lines (24 loc) · 960 Bytes
/
_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
</div>
</div>
</div>
<footer class="hgt-footer">
Built using <a href="https://github.com/trulia/hologram">Hologram</a> and <a href="https://github.com/wearecube/hologram-github-theme">Hologram Github Theme</a>
</footer>
</div>
<script src="https://code.jquery.com/jquery-1.11.2.min.js"></script>
<script src="scripts/vendor/jquery.waypoints.min.js"></script>
<script src="scripts/vendor/sticky.min.js"></script>
<script src="scripts/vendor/infinite.min.js"></script>
<script src="scripts/hgt.js"></script>
<% if @config['js_include'].to_s.strip.length != 0 %>
<% @config['js_include'].each do |js| %>
<script type="text/javascript" src="<%= js %>"></script>
<% end %>
<% end %>
<% if @config['components_include'].to_s.strip.length != 0 %>
<% @config['components_include'].each do |component| %>
<link rel="import" href="<%= component %>">
<% end %>
<% end %>
</body>
</html>