diff options
Diffstat (limited to 'exampleSite/content')
| -rw-r--r-- | exampleSite/content/contact.md | 1 | ||||
| -rw-r--r-- | exampleSite/content/documentation/index.md | 1 | ||||
| -rw-r--r-- | exampleSite/content/search.md | 1 | ||||
| -rw-r--r-- | exampleSite/content/thanks.md | 1 |
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. |
