Skip to content

Instantly share code, notes, and snippets.

@jbenner-radham
Last active January 11, 2017 21:45
Show Gist options
  • Save jbenner-radham/26e9c161793cca12fcdf to your computer and use it in GitHub Desktop.
Save jbenner-radham/26e9c161793cca12fcdf to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
{{!
Phillips, A. and Davis, M.,
"Tags for Identifying Languages; Matching of Language Tags", BCP 47,
RFC 4647, September 2009; RFC 5646, September 2006,
<http://www.rfc-editor.org/info/bcp47>.
}}
<html lang="en" prefix="dcterms: http://purl.org/dc/terms/ og: http://ogp.me/ns#">
<head>
<meta charset="utf-8">
{{!
Microsoft Corporation,
"X-UA-Compatibility Meta Tag and HTTP Response Header", MS-IEDOCO,
Short ID MSDN ff955275, October 2015,
<https://msdn.microsoft.com/en-us/library/ff955275%28v=vs.85%29.aspx>.
---
<https://html.spec.whatwg.org/multipage/semantics.html#pragma-directives>.
}}
<meta http-equiv="x-ua-compatible" content="IE=edge">
<meta name="description" content="{{description}}">
<meta name="author" content="{{author}}">
<meta name="viewport" content="width=device-width, initial-scale=1">
{{!
Wolf, M. and Wicksteed, C.,
"Date and Time Formats", W3CDTF,
Revision 1.2, September 1997,
<http://www.w3.org/TR/NOTE-datetime>.
}}
<meta property="dcterms:modified" content="{{timestamp}}">
<title>{{title}}</title>
{{!
Ohye, M. and J. Kupke,
"The Canonical Link Relation", RFC 6596,
DOI 10.17487/RFC6596, April 2012,
<http://www.rfc-editor.org/info/rfc6596>.
}}
<link rel="canonical" href="{{scheme}}://{{cname}}">
</head>
</body>
{{{content}}}
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment