bigbiff | d006b30 | 2015-03-06 18:36:03 -0500 | [diff] [blame] | 1 | <head> |
| 2 | <meta charset="utf-8"> |
| 3 | <meta http-equiv="X-UA-Compatible" content="IE=edge"> |
| 4 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 5 | |
| 6 | <title>{% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}</title> |
| 7 | <meta name="description" content="{% if page.excerpt %}{{ page.excerpt | strip_html | strip_newlines | truncate: 160 }}{% else %}{{ site.description }}{% endif %}"> |
| 8 | |
| 9 | <link rel="stylesheet" href="{{ "/css/main.css" | prepend: site.baseurl }}"> |
| 10 | <link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site.baseurl | prepend: site.url }}"> |
| 11 | <link rel="alternate" type="application/rss+xml" title="{{ site.title }}" href="{{ "/feed.xml" | prepend: site.baseurl | prepend: site.url }}" /> |
bigbiff bigbiff | b8dfb06 | 2018-10-06 13:47:47 -0400 | [diff] [blame] | 12 | |
| 13 | <link rel="preconnect" href="https://www.gstatic.com" /> |
| 14 | <link rel="preconnect" href="https://ssum-sec.casalemedia.com" /> |
| 15 | <link rel="preconnect" href="https://cms.quantserve.com" /> |
| 16 | <link rel="preconnect" href="https://fcmatch.youtube.com" /> |
| 17 | <link rel="preconnect" href="https://fonts.googleapis.com" /> |
| 18 | <link rel="preconnect" href="https://odr.mookie1.com" /> |
| 19 | <link rel="preconnect" href="https://encrypted-tbn3.gstatic.com" /> |
| 20 | <link rel="preconnect" href="https://fcmatch.google.com" /> |
bigbiff | d006b30 | 2015-03-06 18:36:03 -0500 | [diff] [blame] | 21 | </head> |