Skip to content

Commit 4e750f8

Browse files
committed
link human json
Helps if you actually read the spec I guess.
1 parent 85c3ab2 commit 4e750f8

2 files changed

Lines changed: 14 additions & 6 deletions

File tree

File renamed without changes.

_includes/head.html

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@
33
<title>{% if page.title %}{{ page.title }} - {% endif %}{{ site.title }}</title>
44
<meta name="author" content="{{ site.author }}">
55

6-
{% capture description %}{% if page.description %}{{ page.description }}{% else %}{{ content | raw_content }}{% endif %}{% endcapture %}
6+
{% capture description %}{% if page.description %}{{ page.description }}{% else %}{{ content | raw_content }}{% endif
7+
%}{% endcapture %}
78
<meta name="description" content="{{ description | strip_html | condense_spaces | truncate:150 }}">
8-
{% if page.keywords %}<meta name="keywords" content="{{ page.keywords }}">{% endif %}
9+
{% if page.keywords %}
10+
<meta name="keywords" content="{{ page.keywords }}">{% endif %}
911

1012
<!-- http://t.co/dKP3o1e -->
1113
<meta name="HandheldFriendly" content="True">
@@ -15,13 +17,19 @@
1517
<link href="/favicon.png" rel="icon">
1618

1719
<link href="/stylesheets/main.css" media="screen, projection" rel="stylesheet" type="text/css">
18-
<script defer src="https://use.fontawesome.com/releases/v5.0.13/js/solid.js" integrity="sha384-tzzSw1/Vo+0N5UhStP3bvwWPq+uvzCMfrN1fEFe+xBmv1C/AtVX5K0uZtmcHitFZ" crossorigin="anonymous"></script>
19-
<script defer src="https://use.fontawesome.com/releases/v5.0.13/js/brands.js" integrity="sha384-G/XjSSGjG98ANkPn82CYar6ZFqo7iCeZwVZIbNWhAmvCF2l+9b5S21K4udM7TGNu" crossorigin="anonymous"></script>
20-
<script defer src="https://use.fontawesome.com/releases/v5.0.13/js/fontawesome.js" integrity="sha384-6OIrr52G08NpOFSZdxxz1xdNSndlD4vdcf/q2myIUVO0VsqaGHJsB0RaBE01VTOY" crossorigin="anonymous"></script>
20+
<script defer src="https://use.fontawesome.com/releases/v5.0.13/js/solid.js"
21+
integrity="sha384-tzzSw1/Vo+0N5UhStP3bvwWPq+uvzCMfrN1fEFe+xBmv1C/AtVX5K0uZtmcHitFZ"
22+
crossorigin="anonymous"></script>
23+
<script defer src="https://use.fontawesome.com/releases/v5.0.13/js/brands.js"
24+
integrity="sha384-G/XjSSGjG98ANkPn82CYar6ZFqo7iCeZwVZIbNWhAmvCF2l+9b5S21K4udM7TGNu"
25+
crossorigin="anonymous"></script>
26+
<script defer src="https://use.fontawesome.com/releases/v5.0.13/js/fontawesome.js"
27+
integrity="sha384-6OIrr52G08NpOFSZdxxz1xdNSndlD4vdcf/q2myIUVO0VsqaGHJsB0RaBE01VTOY"
28+
crossorigin="anonymous"></script>
2129

2230
<link href="{{ site.subscribe_rss }}" rel="alternate" title="{{site.title}}" type="application/atom+xml">
2331

2432
<link rel="webmention" href="https://webmention.io/floppy.org.uk/webmention" />
2533
<link rel="pingback" href="https://webmention.io/floppy.org.uk/xmlrpc" />
26-
34+
<link rel="human-json" href="/.well-known/human.json">
2735
</head>

0 commit comments

Comments
 (0)