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:
authorMathieu Cornic <mathieu.cornic@gmail.com>2019-12-22 23:37:56 +0300
committerGitHub <noreply@github.com>2019-12-22 23:37:56 +0300
commitf206f1fc87cc7e6906e58764f7cdeb50b0d842f0 (patch)
tree655836e0fc22e603d65a45b0846de2d74758f463 /exampleSite
parent9898e35f8460d2f0856420143f7101d087dd4dd9 (diff)
parent85e0b14c4e40c7ef5728ef59a27f6b615f501df6 (diff)
Merge pull request #336 from geoffreybauduin/patch-1
Incorrect english in notice documentation
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/content/shortcodes/notice.en.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/exampleSite/content/shortcodes/notice.en.md b/exampleSite/content/shortcodes/notice.en.md
index df346c1..c82a6e9 100644
--- a/exampleSite/content/shortcodes/notice.en.md
+++ b/exampleSite/content/shortcodes/notice.en.md
@@ -51,7 +51,7 @@ A tip disclaimer
```
{{%/* notice warning */%}}
-An warning disclaimer
+A warning disclaimer
{{%/* /notice */%}}
```
@@ -59,4 +59,4 @@ renders as
{{% notice warning %}}
A warning disclaimer
-{{% /notice %}} \ No newline at end of file
+{{% /notice %}}