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

github.com/zwbetz-gh/papercss-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzwbetz <zwbetz@gmail.com>2019-08-17 00:15:07 +0300
committerzwbetz <zwbetz@gmail.com>2019-08-17 00:15:07 +0300
commit698fe6ae491b1c7aa06014896e19dd9c73ddf538 (patch)
tree268e247d199de23cd32b0c36f8db0467f81d2026 /README.md
parent54c8f3bc4bece86ff6a66ecc9dcf756cc1b2fd2f (diff)
fix issue per https://github.com/gohugoio/hugoThemes/issues/682
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 2ed91cb..a8be742 100644
--- a/README.md
+++ b/README.md
@@ -76,12 +76,12 @@ toc: false
## Disable summary for a blog post
-The homepage blog post listing shows a summary for each post. To disable this for an individual post set `summary` to `false`. For example:
+The homepage blog post listing shows a summary for each post. To disable this for an individual post set `show_summary` to `false`. For example:
```
---
title: "My page with some stellar content"
-summary: false
+show_summary: false
---
```