UNPKG

wintersmith

Version:
22 lines (21 loc) 710 B
<!DOCTYPE html> <html class="no-js"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <title>{{ name }}</title> <meta name="description" content="{{ description }}"> <meta name="keywords" content="{{ keywords }}"> <meta name="viewport" content="width=device-width"> <meta property="og:title" content="{{ name }}"> <meta property="og:url" content="{{ url }}"> <meta property="og:description" content="{{ description }}"> <meta property="og:type" content="website"> <link rel="stylesheet" href="/styles/main.css"> <script src="/scripts/main.js"></script> {{ livereloadScript }} </head> <body> {% block body %}{% endblock %} </body> </html>