Skip to content

Commit

Permalink
Updated _includes/head.html to reference new locations of the uikit f…
Browse files Browse the repository at this point in the history
…iles, and moved the uikit files back a level in assets.
  • Loading branch information
StevenCannon-USDA committed Sep 21, 2023
1 parent 55fa342 commit 3a0334d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions _includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,18 +29,18 @@
<!-- Custom CSS -->
<link
rel="stylesheet"
href="{{ "assets/css/uikit/uikit.min.css" | relative_url }}"
href="{{ "assets/css/uikit.min.css" | relative_url }}"
type="text/css" />
<link
rel="stylesheet"
href="{{ "assets/css/uikit/uikit-theme.css" | relative_url }}"
href="{{ "assets/css/uikit-theme.css" | relative_url }}"
type="text/css" />

{% include global-stylesheets.html %}

<!-- Custom JS -->
<script src="{{ "assets/js/uikit/uikit.min.js" | relative_url }}"></script>
<script src="{{ "assets/js/uikit/uikit-icons.min.js" | relative_url }}"></script>
<script src="{{ "assets/js/uikit.min.js" | relative_url }}"></script>
<script src="{{ "assets/js/uikit-icons.min.js" | relative_url }}"></script>

{% include global-scripts.html %}

Expand All @@ -61,4 +61,4 @@
href="{{ "/assets/icons/favicon-16x16.png" | relative_url }}"
sizes="16x16">
<link rel="shortcut icon" href="{{ "/assets/icons/favicon.ico" | relative_url }}">
</head>
</head>
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 3a0334d

Please sign in to comment.