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

github.com/matcornic/hugo-theme-learn.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDelaby Pierre <delaby.pierre@gmail.com>2019-03-16 12:55:18 +0300
committerDelaby Pierre <delaby.pierre@gmail.com>2019-03-16 12:55:18 +0300
commit6207c44b5ce7b7148b6f8ba148b776c311d8c1ae (patch)
tree2d14535f48fbdf976c04c489db26930734923fe1 /exampleSite
parent5f53dfaa15779a8faefcaeb28655b67d2eeffa21 (diff)
PR#196 : Fix english typos and hide the 'tags' div when not needed
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/content/cont/tags.en.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/exampleSite/content/cont/tags.en.md b/exampleSite/content/cont/tags.en.md
index 6227dba..02972bb 100644
--- a/exampleSite/content/cont/tags.en.md
+++ b/exampleSite/content/cont/tags.en.md
@@ -5,11 +5,11 @@ weight: 40
tags: ["documentation", "tutorial"]
---
-*Learn theme* support one default taxonomy of gohugo : the *tag* feature.
+*Learn theme* support one default taxonomy of gohugo: the *tag* feature.
## Configuration
-Just add tags to any page :
+Just add tags to any page:
```markdown
---
@@ -23,7 +23,7 @@ tags: ["tutorial", "theme"]
## Behavior
-The tags are displayed at the top of the page, in the order wich they are enterted.
+The tags are displayed at the top of the page, in their insertion order.
Each tag is a link to a *Taxonomy* page displaying all the articles with the given tag.