nasg/templates/block_header_open.html

16 lines
794 B
HTML
Raw Normal View History

2017-05-23 11:21:10 +01:00
<!DOCTYPE html>
<html{% if post and post.lang %} lang="{{ post.lang }}"{% endif %}>
2017-05-23 11:21:10 +01:00
<head>
2018-06-01 10:48:03 +01:00
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1" />
<link rel="icon" href="{{ site.url }}/favicon.ico" />
2018-06-16 17:53:42 +01:00
<!-- https://indieweb.org/Webmention -->
2018-06-01 10:48:03 +01:00
<link rel="http://webmention.org/" href="{{ site.url }}/webmention" />
<link rel="webmention" href="{{ site.url }}/webmention" />
2018-06-16 17:53:42 +01:00
<!-- https://indieweb.org/Microsub -->
<link rel="hub" href="{{ site.websub.hub }}" />
<!-- https://indieweb.org/Micropub -->
<link rel="authorization_endpoint" href="{{ site.url }}micropub-auth" />
<link rel="token_endpoint" href="{{ site.url }}micropub-token" />
<link rel="micropub" href="{{ site.url }}micropub" />