hugo/examples/blog/layouts/partials/meta.html

6 lines
299 B
HTML

<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="{{ .Description }}">
<meta name="author" content="A Hugo User"> <!-- This should be modified to be your name, if you want to include this information -->