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

github.com/thegeeklab/hugo-geekdoc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Čermák <45594031+dcermak@users.noreply.github.com>2022-08-24 11:30:45 +0300
committerGitHub <noreply@github.com>2022-08-24 11:30:45 +0300
commitb642716a8a436c85f0b2f4b5f209abcf7000f8a8 (patch)
tree8126c21e8887a9b34e7dadf5837961cc52b1663e
parent3b9e4ec10bf57cdadf867f79299fde1ea6824c0c (diff)
docs: fix grammar in theming docs (#481)
-rw-r--r--exampleSite/content/en/features/theming/_index.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/exampleSite/content/en/features/theming/_index.md b/exampleSite/content/en/features/theming/_index.md
index eb850fa..5dd8622 100644
--- a/exampleSite/content/en/features/theming/_index.md
+++ b/exampleSite/content/en/features/theming/_index.md
@@ -22,7 +22,7 @@ All the necessary CSS customization properties are listed below. If you want to
## Favicons
-The Theme is shipped with a set of default Favicons in various formats generated by a [Favicon Generator](https://realfavicongenerator.net/). All files can be found in the `static/favicon` folder of the release tarball. To make the replacement of the default Favicons as simple as possible, the theme loads only a very small subset of the Favicon formats.
+The Theme is shipped with a set of default Favicons in various formats generated by the [Favicon Generator](https://realfavicongenerator.net/). All files can be found in the `static/favicon` folder of the release tarball. To make the replacement of the default Favicons as simple as possible, the theme loads only a very small subset of the Favicon formats.
<!-- prettier-ignore -->
```tpl
@@ -33,7 +33,7 @@ The Theme is shipped with a set of default Favicons in various formats generated
### Simple replacement
-The minimal steps to load a custom Favicon is to overwrite tree default Favicon files. Therefor place these files into your projects root folder:
+The minimal steps to load a custom Favicon is to overwrite the three default Favicon files. Therefor place these files into your projects root folder:
- `static/favicon/favicon.svg`
- `static/favicon/favicon-32x32.png`