all repos — nasg @ 0bd85c45188e222435bb326b13c1777efaf4e77f

localcopy.html (view raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
<!DOCTYPE html>
<html lang="{{ post.lang }}">
<head>
	<meta charset="utf-8" />
	<meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1" />
	<title>{{ post.title }}</title>
	<link rel="self" href="{{ post.realurl }}/" />
	<link rel="origin" href="{{ post.url }}/" />
	<meta name="summary" content="{{ post.excerpt }}" />
	<meta name="byline" content="{{ post.byline }}" />
</head>
<body>
{{ post.html }}
</body>
</html>