在我的默认布局中,我引用一个变量{{page.headline}},并引用它如下:
# _layouts/default.html
{{page.headline}}
# index.md
---
layout: default
headline: Great site
---
# _layouts/post.html
---
layout: default
headline: Great articles
---
# _posts/some-post.md
---
layout: post
headline: Great post # just for testing, and omi