Skip to content

Commit

Permalink
Added extra-in-foot.html to allow for adding javascript at end withou…
Browse files Browse the repository at this point in the history
…t overriding entire footer.html (#104)
  • Loading branch information
virot committed Jan 5, 2022
1 parent a928856 commit 1352feb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Empty file.
1 change: 1 addition & 0 deletions layouts/partials/footer.html
Expand Up @@ -25,5 +25,6 @@ <h1 class="site-title">
<script src="{{ .Site.BaseURL }}js/jquery-1.11.3.min.js"></script>
<script src="{{ .Site.BaseURL }}js/jquery.fitvids.js"></script>
<script src="{{ .Site.BaseURL }}js/scripts.js"></script>
{{ partial "extra-in-foot.html" . }}
</body>
</html>

0 comments on commit 1352feb

Please sign in to comment.