Skip to content

Commit

Permalink
feat(footer): add footer custom_code
Browse files Browse the repository at this point in the history
Merge pull request #392 from viosey/feat/custom_code
  • Loading branch information
neoFelhz committed Jun 15, 2017
2 parents 8b12a9d + 89e0638 commit c36fea6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions layout/_partial/import_js.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,14 @@
</script>
<% } %>

<!-- Custom Footer -->

<% if (site.data.footer) { %>
<% for (var i in site.data.footer) { %>
<%- site.data.footer[i] %>
<% } %>
<% } %>

<script>
(function(){
var scriptList = document.querySelectorAll('script[type="text/ls-javascript"]')
Expand Down

0 comments on commit c36fea6

Please sign in to comment.