mirror of
https://github.com/HoneyryderChuck/httpx.git
synced 2025-10-06 00:02:08 -04:00
29 lines
1.2 KiB
HTML
29 lines
1.2 KiB
HTML
<head>
|
|
<link href="http://gmpg.org/xfn/11" rel="profile">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
|
|
|
<!-- Enable responsiveness on mobile devices-->
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
|
|
|
|
<title>
|
|
{% if page.title == "Home" %}
|
|
{{ site.title }} · {{ site.tagline }}
|
|
{% else %}
|
|
{{ page.title }} · {{ site.title }}
|
|
{% endif %}
|
|
</title>
|
|
|
|
<!-- CSS -->
|
|
<link rel="stylesheet" href="{{ '/styles/poole.css' | prepend: site.baseurl }}">
|
|
<link rel="stylesheet" href="{{ '/styles/syntax.css' | prepend: site.baseurl }}">
|
|
<link rel="stylesheet" href="{{ '/styles/lanyon.css' | prepend: site.baseurl }}">
|
|
<link rel="stylesheet" href="{{ '/styles/main.css' | prepend: site.baseurl }}">
|
|
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=PT+Serif:400,400italic,700%7CPT+Sans:400">
|
|
|
|
<!-- Icons -->
|
|
<link rel="shortcut icon" href="{{ '/images/favicon.ico' | prepend: site.baseurl }}">
|
|
|
|
<!-- RSS -->
|
|
<link rel="alternate" type="application/rss+xml" title="RSS" href="/atom.xml">
|
|
</head> |