Hello! I want to show a custom summary. So I add another key to post file:
—
title: "Hello World"
date: 2018-09-12T08:00:31+01:00
draft: true
summary: "Summary..."
---
You’ll find this post in your `content/posts` directory.
In layouts/list.html,
{{ .Summary }}
And what I get is this
I want to get summary content.
Thank you in advance.