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

6 lines
365 B
HTML
Raw Normal View History

2014-04-12 16:04:17 -04:00
<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 -->