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

github.com/the2ne/hugo-frais.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Fredon <the2ne@gmail.com>2016-11-15 19:41:55 +0300
committerOlivier Fredon <the2ne@gmail.com>2016-11-15 19:41:55 +0300
commit668e0f196dc39683b8aa9afac77f0c3839692785 (patch)
treee4333867bc7489a191a9e400dcbeb7c79ff2846b
parentb2027713225236a0663fed5fbd308066cb943909 (diff)
update params section in readme
-rw-r--r--README.md2
-rw-r--r--exampleSite/content/about/index.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 4f70e96..c7c6986 100644
--- a/README.md
+++ b/README.md
@@ -32,7 +32,7 @@ You can define some social network like:
- [params] **github** *str* : GitHub account;
- [params] **linkedin** *str* : LinkedIn account;
-This will activate meta (OpenGraph and Twitter Card) and menu item.
+This will activate menu items and meta Twitter Card.
_./config.toml example:_
```toml
diff --git a/exampleSite/content/about/index.md b/exampleSite/content/about/index.md
index 4bb7993..cfae789 100644
--- a/exampleSite/content/about/index.md
+++ b/exampleSite/content/about/index.md
@@ -37,7 +37,7 @@ You can define some social network like:
- [params] **github** *str* : GitHub account;
- [params] **linkedin** *str* : LinkedIn account;
-This will activate meta (OpenGraph and Twitter Card) and menu item.
+This will activate menu items and meta Twitter Card.
_./config.toml example:_
```toml