all repos — nasg @ 0f7eb328c0056a5f5bdb9fb1725884608ab04668

templates/block_header_open.html (view raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
 11
<!DOCTYPE html>
<html{% if post and post.lang %} lang="{{ post.lang }}"{% endif %}>
<head>
    <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" />
    <!-- https://indieweb.org/Webmention -->
    <link rel="http://webmention.org/" href="{{ site.url }}/webmention" />
    <link rel="webmention" href="{{ site.url }}/webmention" />
    <!-- https://indieweb.org/Microsub -->
    <link rel="hub" href="{{ site.websub.hub }}" />