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

github.com/themefisher/Influencer-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsomrat <monnaf37@gmail.com>2019-11-24 12:02:12 +0300
committersomrat <monnaf37@gmail.com>2019-11-24 12:02:12 +0300
commitc6a4120c789535c568a2b6eb6dc141e88b50d632 (patch)
tree525b57139cdcecd3904f3ae560875694ae7e9626
parentfe89c5ae3633776b6c5a09113222d9d2a6b91205 (diff)
fixed spelling mistake
-rw-r--r--layouts/blog-single.html2
-rw-r--r--layouts/partials/sidebar.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/layouts/blog-single.html b/layouts/blog-single.html
index 0958f07..9d83a59 100644
--- a/layouts/blog-single.html
+++ b/layouts/blog-single.html
@@ -353,7 +353,7 @@
</div>
<div class="sidebar-widget category mb-4 p-4 bg-grey">
- <h4 class="mb-4">Catgeory</h4>
+ <h4 class="mb-4">Category</h4>
<ul class="list-unstyled">
<li>
<a href="#">Cras justo odio</a>
diff --git a/layouts/partials/sidebar.html b/layouts/partials/sidebar.html
index a960597..c88eeee 100644
--- a/layouts/partials/sidebar.html
+++ b/layouts/partials/sidebar.html
@@ -13,7 +13,7 @@
</div>
<div class="sidebar-widget category mb-4 p-4 bg-grey">
- <h4 class="mb-4">Catgeory</h4>
+ <h4 class="mb-4">Category</h4>
<ul class="list-unstyled">
{{- if isset .Site.Taxonomies "categories" }}
{{- if not (eq (len .Site.Taxonomies.categories) 0) }}