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

github.com/josephhutch/aether.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Li <li@siutsin.com>2020-06-18 22:47:20 +0300
committerSimon Li <li@siutsin.com>2020-06-18 22:47:20 +0300
commit9225ccd9aba2396d0b10d9e11718abb42dd2f294 (patch)
treeca22ab6cac3addd686f10d0b25e91f3b6630d881 /README.md
parent62014e51353e6e951b8800437a14ba75bb5199b9 (diff)
add optional ogp and twitter meta tags
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index 6ca38c0..7f21e6c 100644
--- a/README.md
+++ b/README.md
@@ -134,6 +134,11 @@ description: "This is the subtext above the main heading in small letters"
#### Overriding CSS
To override CSS, you should create file `project_root/assets/css/override.css` and place all your CSS inside it. This file will be merged with standard CSS when the site is generated.
+### Custom Meta Tags
+
+You can add optional Open Graph and Twitter meta tags by adding `project_root/layouts/partials/ogp.html` and `project_root/layouts/partials/twitter.html`.
+Refer to [/exampleSite/layouts/partials](/exampleSite/layouts/partials) for sample meta configs.
+
## Helpful Links
[Aether Blog Post](https://www.joehutch.com/post/aether-theme/) - See aether in action and learn more about the theme