Back to Hugo

Description

docs/content/en/methods/page/Description.md

0.161.1489 B
Original Source

Conceptually different from a content summary, a page description is typically used in metadata about the page.

{{< code-toggle file=content/recipes/sushi.md fm=true >}} title = 'How to make spicy tuna hand rolls' description = 'Instructions for making spicy tuna hand rolls.' {{< /code-toggle >}}

go-html-template
<head>
  ...
  <meta name="description" content="{{ .Description }}">
  ...
</head>