summary refs log tree commit diff
path: root/eleventy.config.js
diff options
context:
space:
mode:
Diffstat (limited to 'eleventy.config.js')
-rw-r--r--eleventy.config.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/eleventy.config.js b/eleventy.config.js
index 2d222ae..05a4db3 100644
--- a/eleventy.config.js
+++ b/eleventy.config.js
@@ -23,7 +23,8 @@ module.exports = function(eleventyConfig) {
 		engines: {
 			toml: toml.parse.bind(toml)
 		},
-		language: 'toml'
+		language: 'toml',
+		excerpt: true
 	})
 
 	return {