summaryrefslogtreecommitdiffstats
path: root/exampleSite/content
diff options
context:
space:
mode:
authorSerghei Iakovlev <egrep@protonmail.ch>2022-07-24 23:46:23 +0200
committerSerghei Iakovlev <egrep@protonmail.ch>2022-07-24 23:46:23 +0200
commit283662fb44a19c6ab7a8f14b510506edd8c02950 (patch)
treed21090f848ef71c02875dd23bbf4532a2aa074c4 /exampleSite/content
parent07818f368f7a6f1dec65c51e733867c1a5adabb3 (diff)
downloadgohugo-theme-ed-283662fb44a19c6ab7a8f14b510506edd8c02950.tar.gz
Allow disable hypothesis on custom pages
Diffstat (limited to 'exampleSite/content')
-rw-r--r--exampleSite/content/contact.md1
-rw-r--r--exampleSite/content/documentation/index.md1
-rw-r--r--exampleSite/content/search.md1
-rw-r--r--exampleSite/content/thanks.md1
4 files changed, 4 insertions, 0 deletions
diff --git a/exampleSite/content/contact.md b/exampleSite/content/contact.md
index 79b6e30..07d33a8 100644
--- a/exampleSite/content/contact.md
+++ b/exampleSite/content/contact.md
@@ -2,6 +2,7 @@
title: Contact
description: We'd love to hear from you
semanticType: contact
+annotations: false
---
This is an example of a custom shortcode that you can put right into your content.
diff --git a/exampleSite/content/documentation/index.md b/exampleSite/content/documentation/index.md
index a504bdb..7b21bc0 100644
--- a/exampleSite/content/documentation/index.md
+++ b/exampleSite/content/documentation/index.md
@@ -97,6 +97,7 @@ toc: true # Enable Table of Contents for specific page
private: true # Hide text from search engines
semanticType: about # Semantic type of the work (used for Schema.org)
featuredImage: screenshot-home.png # Featured image of the text
+annotations: false # Disable annotation via hypothesis on this page
---
~~~
diff --git a/exampleSite/content/search.md b/exampleSite/content/search.md
index 8b7e144..e3c4ea1 100644
--- a/exampleSite/content/search.md
+++ b/exampleSite/content/search.md
@@ -1,5 +1,6 @@
---
title: Search
+annotations: false
---
{{< form-search >}}
diff --git a/exampleSite/content/thanks.md b/exampleSite/content/thanks.md
index 2e5b2ed..7944498 100644
--- a/exampleSite/content/thanks.md
+++ b/exampleSite/content/thanks.md
@@ -1,6 +1,7 @@
---
title: Thank you
private: true
+annotations: false
---
Your message will be sent within a short time.