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

github.com/joway/hugo-theme-yinyang.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMisha Brukman <misha.brukman@gmail.com>2021-01-14 07:58:32 +0300
committerGitHub <noreply@github.com>2021-01-14 07:58:32 +0300
commitf30ce83dc00fb277fba848f8475a5c2c0b39c9c7 (patch)
tree6f82c39bc83ca52a22fa9866943afcd7927cc01d /layouts
parent7f8ab01e267fba5817d57900daf8366c2f844aa8 (diff)
Fix spelling of "related" (#31)
Diffstat (limited to 'layouts')
-rw-r--r--layouts/partials/related.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/partials/related.html b/layouts/partials/related.html
index 7cd3cca..51e01be 100644
--- a/layouts/partials/related.html
+++ b/layouts/partials/related.html
@@ -1,6 +1,6 @@
{{ $related := (where site.RegularPages "Type" "in" site.Params.mainSections).Related . | first 3 }}
{{ with $related }}
-<div class="releated-content">
+<div class="related-content">
<h3>Related Posts</h3>
<ul>
{{ range . }}
@@ -8,4 +8,4 @@
{{ end }}
</ul>
</div>
-{{ end }} \ No newline at end of file
+{{ end }}