Skip to content

Commit

Permalink
Update scripts.html
Browse files Browse the repository at this point in the history
  • Loading branch information
mcaliman committed Jul 11, 2023
1 parent ca95b2b commit c851851
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/scripts.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<script src="{{ script_path }}"></script>
{%- endfor -%}
{%- else -%}
<script src="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"></script>
<script src="https://code.jquery.com/jquery-3.5.0.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"></script>
<script src="{{ '/assets/js/main.min.js' | relative_url }}"></script>
<script src="https://use.fontawesome.com/releases/v5.0.12/js/all.js"></script>
{%- endif -%}
Expand Down

0 comments on commit c851851

Please sign in to comment.