From 3eaf93dd8acd0cec4cff434f294ad076b499d665 Mon Sep 17 00:00:00 2001
From: Alexander Bilz <mail@alexbilz.com>
Date: Fri, 12 Mar 2021 21:27:30 +0000
Subject: [PATCH] Made defining of taxonomy conditional

---
 README.md |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/README.md b/README.md
index 85248dc..307dc7d 100644
--- a/README.md
+++ b/README.md
@@ -310,7 +310,7 @@
 ```
 ### Open Graph Support
 
-The [internal template for Open Graph protocol](https://gohugo.io/templates/internal/#open-graph) uses a mix of configuration variables; settings in `config.toml` and frontmatter of  the page.
+The [internal template for Open Graph protocol](https://gohugo.io/templates/internal/#open-graph) uses a mix of configuration variables; settings in `config.toml` and frontmatter of the page. In a nutshell, you will have to configure a taxonomies series.
 
 ### Post Thumbnails
 Thumbnails can be enabled easily by setting the `thumbnail` parameter in the frontmatter of a post to an image such as `"images/landscape.jpg"`.

--
Gitblit v1.10.0