2017-05-23 11:21:10 +01:00
|
|
|
<!DOCTYPE html>
|
2017-10-03 16:00:13 +01:00
|
|
|
<html{% if post and post.lang %} lang="{{ post.lang }}"{% endif %}>
|
2017-05-23 11:21:10 +01:00
|
|
|
<head>
|
2017-10-03 16:00:13 +01:00
|
|
|
<meta charset="UTF-8" />
|
2017-05-23 11:21:10 +01:00
|
|
|
<meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1" />
|
2017-09-20 12:18:14 +01:00
|
|
|
<link rel="icon" href="{{ site.url }}/favicon.ico" />
|
2017-05-23 11:21:10 +01:00
|
|
|
<link rel="http://webmention.org/" href="{{ site.url }}/webmention" />
|
|
|
|
<link rel="webmention" href="{{ site.url }}/webmention" />
|
2017-11-30 17:00:08 +00:00
|
|
|
<link rel="hub" href="{{ site.websub.hub }}">
|