+ Updated the package to support HandleBars
This commit is contained in:
3
views/partials/footer.hbs
Normal file
3
views/partials/footer.hbs
Normal file
@@ -0,0 +1,3 @@
|
||||
|
||||
</body>
|
||||
</html>
|
||||
19
views/partials/header.hbs
Normal file
19
views/partials/header.hbs
Normal file
@@ -0,0 +1,19 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
{{!-- Configuration Tags --}}
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta http-equiv="cache-control" content="no-cache"/>
|
||||
<meta http-equiv="expires" content="exercise date in seconds"/>{{!-- How long for the cached page to be available for --}}
|
||||
<meta name="robots" content="index, follow">
|
||||
{{!-- Some public information of your website --}}
|
||||
<meta name="keywords" content="keyword 1, keyword 2, keyword 3"/>
|
||||
<meta name="author" content="Kato Twofold" />
|
||||
<meta name="copyright" content="Kato Twofold" />
|
||||
<meta name="description" content="An example website for you to use as a guide, the description should be up to 160 characters" />
|
||||
{{!-- The title of your website --}}
|
||||
<title>Example Website</title>
|
||||
</head>
|
||||
<body>
|
||||
Reference in New Issue
Block a user