15 lines
No EOL
445 B
HTML
15 lines
No EOL
445 B
HTML
<!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> |