Skip to content

Commit

Permalink
Merge pull request #126 from zachlasiuk/main
Browse files Browse the repository at this point in the history
../ to static files
  • Loading branch information
zachlasiuk authored Mar 14, 2024
2 parents 6775778 + 9f44251 commit c07b044
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
<!-- All pages -->
<!-- <script src="/js/anonymous-analytics.js" defer></script> Turn off while in prototyping-->
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/cookieconsent@3/build/cookieconsent.min.js" data-cfasync="false" defer></script>
<script type="text/javascript" src="js/cookie-init.js" defer></script> <!-- Initialize cookie -->
<script type="text/javascript" src="../js/cookie-init.js" defer></script> <!-- Initialize cookie -->



<script type="text/javascript" src="js/eco-dashboard/search.js" defer></script>
<script type="text/javascript" src="js/eco-dashboard/table_functionality.js" defer></script>
<script type="text/javascript" src="js/eco-dashboard/stack_logic.js" defer></script>
<script type="text/javascript" data-proof="pushedyes" src="js/eco-dashboard/filter-and-navigate-mobile-behavior.js" defer></script>
<script type="text/javascript" src="../js/eco-dashboard/search.js" defer></script>
<script type="text/javascript" src="../js/eco-dashboard/table_functionality.js" defer></script>
<script type="text/javascript" src="../js/eco-dashboard/stack_logic.js" defer></script>
<script type="text/javascript" src="../js/eco-dashboard/filter-and-navigate-mobile-behavior.js" defer></script>
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@
*/}}


<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="0" />


<!-- Hugo processing -->
{{$is_content := or (eq .Layout "learningpathall") (eq .Layout "installtoolsall")}}
Expand Down Expand Up @@ -41,7 +37,7 @@
<script type="module" src="https://cdn.designsystem.arm.com/rel/4.9.0/arm-design-system/arm-design-system.esm.js" integrity="sha384-K+IGYCWaqyh5adrYnimAXzUamdfAwRYJGwwrybHfAhmsehOIcexAPoEoEyLRJwkC" crossorigin="anonymous"></script>

<!-- Arm Imports -->
<script type="text/javascript" src="js/app.bd387a82cd4c10836229.devhub.js"></script>
<script type="text/javascript" src="../js/app.bd387a82cd4c10836229.devhub.js"></script>


<!-- Custom CSS minified -->
Expand All @@ -58,4 +54,4 @@
| resources.Concat "css/mini_home.css" | minify | fingerprint }}

{{$css_home_no_leading_slash := trim $css_home.Permalink "/"}}
<link rel="stylesheet" href='{{ $css_home_no_leading_slash }}'>
<link rel="stylesheet" href='../{{ $css_home_no_leading_slash }}'>

0 comments on commit c07b044

Please sign in to comment.