partials handling
This commit is contained in:
13
example/templates/partials/meta.html
Normal file
13
example/templates/partials/meta.html
Normal file
@@ -0,0 +1,13 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user