Skip to content

Instantly share code, notes, and snippets.

@stockwellb
Created July 22, 2017 02:00
Show Gist options
  • Save stockwellb/f976ff2253789c20a5b3f591cc60d4a6 to your computer and use it in GitHub Desktop.
Save stockwellb/f976ff2253789c20a5b3f591cc60d4a6 to your computer and use it in GitHub Desktop.
Template file for use with gist2html.js
<!DOCTYPE html>
<html lang="en">
<head>
<title>{{title}}</title>
<meta name="description" content="{{description}}" />
</head>
<body>
<article id="main">
<time datetime="{{date}}" pubdate>{{date}}</time>
{{content}}
</article>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment