Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gethugothemes/dot-hugo-documentation-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorchanix95 <63382159+chanix95@users.noreply.github.com>2022-04-15 23:05:56 +0300
committerGitHub <noreply@github.com>2022-04-15 23:05:56 +0300
commit011f0f6b8b32a04c31bc64df3b11d56f6b3a5e1e (patch)
tree4154dab14fd9641781a3078687996bae7d246f52
parent1173290b9a83f9ed77666eaf50b6bef569910d98 (diff)
Fix: typos in comments
-rw-r--r--layouts/partials/head.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index eaee6a5..1819dff 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -52,10 +52,10 @@
<link href="{{ $css.Permalink }}" rel="stylesheet" media="screen" />
<!-- ** JS Plugins Needed for the Project ** -->
- <!-- jquiry -->
+ <!-- jquery -->
<script src="{{ `plugins/jquery/jquery-1.12.4.js` | absURL }}"></script>
- <!-- jquary ui -->
+ <!-- jquery ui -->
<script src="{{ `plugins/jquery/jquery-ui.js`| absURL }}"></script>
<!-- Bootstrap JS -->