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

github.com/lxndrblz/anatole.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Bilz <mail@alexbilz.com>2021-05-07 22:01:07 +0300
committerGitHub <noreply@github.com>2021-05-07 22:01:07 +0300
commit67a860d31f5c8d2ab092ae9642e28274c83215a0 (patch)
tree7577f120837fd4f23dfbc0409fc9b478326d1ce3 /README.md
parentf8c6699d84ed3e2071b39ef97403e632cbb58f40 (diff)
Fixed typos
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 5de34e7..7d8eb06 100644
--- a/README.md
+++ b/README.md
@@ -70,7 +70,7 @@ author = "Jane Doe"
description = "Call me Jane"
profilePicture = "images/profile.jpg"
```
-Please note that the tile under the `[params]` only adjust the page title in the sidebar. If you wish to adjust the HTML title (i.e. name of the tab), you will have to adjust the Hugo's title variable, as shown in the `config.toml`.
+Please note that the title under the `[params]` only adjusts the page title in the sidebar. If you wish to adjust the HTML title (i.e. name of the tab), you will have to adjust the Hugo's title variable, as shown in the `config.toml`.
Please note that the slogan can be multi-lined (note the three quotes at the beginning and end):
```toml