papercss/docs/layouts/partials/head/meta.html

12 lines
366 B
HTML
Raw Normal View History

2017-11-25 09:25:43 +01:00
<meta charset='utf-8'>
<meta name='viewport' content='width=device-width, initial-scale=1'>
<meta name='description' content='The less formal CSS framework.'>
<meta name='author' content='Rhyneav and PaperCSS contributors.'>
2017-12-28 07:07:35 +01:00
<!-- Favicon -->
<link rel='shortcut icon' href='/favicon.ico' type='image/x-icon'>
2017-11-25 09:25:43 +01:00
{{ partial "head/opengraph" . }}
2020-11-26 19:19:56 +01:00
{{ hugo.Generator }}