mark2web/example/templates/partials/meta.html

7 lines
273 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 }}" />
2019-02-13 12:21:20 +01:00
<link rel="stylesheet" type="text/css" href="../assets/css/main.css">
2019-02-12 19:36:11 +01:00
</meta>