Skip to content

Commit

Permalink
Merge pull request #2927 from department-of-veterans-affairs/fix-site…
Browse files Browse the repository at this point in the history
…-file-reference

Remove forward slash from site.js src link
  • Loading branch information
jamigibbs authored Jun 11, 2024
2 parents fa2af54 + 0f294a0 commit f80c605
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/_includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@
Create a cache-busting string based on build timestamp.
{% endcomment -%}
{%- assign cacheBust = site.time | date:'?v=%s' -%}
<script src="{{ '/assets/javascripts/site.js/' | prepend: site.baseurl | append: cacheBust }}"></script>
<script src="{{ '/assets/javascripts/site.js' | prepend: site.baseurl | append: cacheBust }}"></script>
<script src="{{ '/vendor/javascripts/formation.js' | prepend: site.baseurl | append: cacheBust }}"></script>

0 comments on commit f80c605

Please sign in to comment.