Description
概念上與 內容摘要 不同,頁面描述通常用於有關頁面的元數據。
        content/recipes/sushi.md
      
      
       
      
       
      
       
  ---
description: 製作辛辣金槍魚手卷的說明。
title: 如何製作辛辣金槍魚手卷
---+++
description = '製作辛辣金槍魚手卷的說明。'
title = '如何製作辛辣金槍魚手卷'
+++{
   "description": "製作辛辣金槍魚手卷的說明。",
   "title": "如何製作辛辣金槍魚手卷"
}
layouts/baseof.html
  <head>
  ...
  <meta name="description" content="{{ .Description }}">
  ...
</head>