|
1 | | -<meta charset="utf-8"> |
| 1 | +<meta charset="utf-8" /> |
2 | 2 |
|
3 | 3 | {% include seo.html %} |
4 | 4 |
|
5 | | -<link href="{% if site.atom_feed.path %}{{ site.atom_feed.path }}{% else %}{{ '/feed.xml' | relative_url }}{% endif %}" type="application/atom+xml" rel="alternate" title="{{ site.title }} Feed"> |
| 5 | +<link |
| 6 | + href="{% if site.atom_feed.path %}{{ site.atom_feed.path }}{% else %}{{ '/feed.xml' | relative_url }}{% endif %}" |
| 7 | + type="application/atom+xml" |
| 8 | + rel="alternate" |
| 9 | + title="{{ site.title }} Feed" |
| 10 | +/> |
6 | 11 |
|
7 | 12 | <!-- https://t.co/dKP3o1e --> |
8 | | -<meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| 13 | +<meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
9 | 14 |
|
10 | 15 | <script> |
11 | | - document.documentElement.className = document.documentElement.className.replace(/\bno-js\b/g, '') + ' js '; |
| 16 | + document.documentElement.className = |
| 17 | + document.documentElement.className.replace(/\bno-js\b/g, "") + " js "; |
12 | 18 | </script> |
13 | 19 |
|
14 | 20 | <!-- For all browsers --> |
15 | | -<link rel="stylesheet" href="{{ '/public/css/main.css' | relative_url }}"> |
16 | | -<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5/css/all.min.css"> |
| 21 | +<link rel="stylesheet" href="{{ '/public/css/main.css' | relative_url }}" /> |
| 22 | +<link |
| 23 | + rel="stylesheet" |
| 24 | + href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5/css/all.min.css" |
| 25 | +/> |
17 | 26 |
|
18 | 27 | <!--[if IE]> |
19 | 28 | <style> |
|
30 | 39 | </style> |
31 | 40 | <![endif]--> |
32 | 41 |
|
33 | | -{% if site.head_scripts %} |
34 | | - {% for script in site.head_scripts %} |
35 | | - <script src="{{ script | relative_url }}"></script> |
36 | | - {% endfor %} |
37 | | -{% endif %} |
| 42 | +{% if site.head_scripts %} {% for script in site.head_scripts %} |
| 43 | +<script src="{{ script | relative_url }}"></script> |
| 44 | +{% endfor %} {% endif %} |
0 commit comments