|
3 | 3 | <title>{% if page.title %}{{ page.title }} - {% endif %}{{ site.title }}</title> |
4 | 4 | <meta name="author" content="{{ site.author }}"> |
5 | 5 |
|
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 %} |
7 | 8 | <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 %} |
9 | 11 |
|
10 | 12 | <!-- http://t.co/dKP3o1e --> |
11 | 13 | <meta name="HandheldFriendly" content="True"> |
|
15 | 17 | <link href="/favicon.png" rel="icon"> |
16 | 18 |
|
17 | 19 | <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> |
21 | 29 |
|
22 | 30 | <link href="{{ site.subscribe_rss }}" rel="alternate" title="{{site.title}}" type="application/atom+xml"> |
23 | 31 |
|
24 | 32 | <link rel="webmention" href="https://webmention.io/floppy.org.uk/webmention" /> |
25 | 33 | <link rel="pingback" href="https://webmention.io/floppy.org.uk/xmlrpc" /> |
26 | | - |
| 34 | + <link rel="human-json" href="/.well-known/human.json"> |
27 | 35 | </head> |
0 commit comments