mark2web/example/templates/partials/meta.html
2019-02-12 19:36:11 +01:00

14 lines
350 B
HTML

<meta>
<title>{{ Meta.Title }}</title>
<meta name="description" content="{{ Meta.Description }}" />
<meta name="keywords" content="{{ Meta.Keywords }}" />
<style>
a {
color: black;
}
body {
color: #333;
}
</style>
</meta>