mark2web/example/templates/partials/meta.html

15 lines
395 B
HTML
Raw Normal View History

2019-02-12 19:36:11 +01:00
<meta>
<title>{{ Meta.Title }}</title>
<meta name="description" content="{{ Meta.Description }}" />
<meta name="keywords" content="{{ Meta.Keywords }}" />
<style>
a {
color: black;
}
body {
color: #333;
2019-02-12 20:41:31 +01:00
background-color: lightgrey;
2019-02-12 19:36:11 +01:00
}
</style>
</meta>