diff options
Diffstat (limited to 'examples/blog/layouts/partials/meta.html')
-rw-r--r-- | examples/blog/layouts/partials/meta.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/blog/layouts/partials/meta.html b/examples/blog/layouts/partials/meta.html new file mode 100644 index 000000000..95fd2a711 --- /dev/null +++ b/examples/blog/layouts/partials/meta.html @@ -0,0 +1,6 @@ + + <meta charset="utf-8"> + <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> + <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 -->
\ No newline at end of file |