robertjohnson.work/_includes/head.html

32 lines
1.2 KiB
HTML
Raw Normal View History

2016-07-29 00:47:42 -04:00
<head>
2018-07-25 18:01:45 -04:00
<title>{{ site.title }}</title>
2018-07-25 09:34:10 -04:00
2018-05-11 08:58:04 -04:00
<!-- Meta -->
<meta charset="utf-8">
{% if site.chrome_mobile_color %}
<meta name="theme-color" content="{{ site.chrome_mobile_color }}">
{% endif%}
2018-05-11 08:58:04 -04:00
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
2024-02-23 11:37:37 -05:00
<meta name="description" content="{{ site.description |default: "Robert Johnson -
Resume 2024" }}">
<script defer data-domain="robertjohnson.work" src="https://plausible.io/js/script.js"></script>
2018-07-25 09:34:10 -04:00
<!-- Favicon -->
2018-05-11 08:58:04 -04:00
<link rel="shortcut icon" href="favicon.ico">
2018-07-25 09:34:10 -04:00
2018-05-11 08:58:04 -04:00
<!-- Global CSS -->
2018-07-25 09:34:10 -04:00
<link rel="stylesheet" href="{{ site.baseurl }}/assets/plugins/bootstrap/css/bootstrap.min.css">
2018-05-11 08:58:04 -04:00
<!-- Plugins CSS -->
2018-07-25 09:34:10 -04:00
<link rel="stylesheet" href="{{ site.baseurl }}/assets/plugins/font-awesome/css/all.css">
2018-05-11 08:58:04 -04:00
<!-- Theme CSS -->
2018-07-25 09:34:10 -04:00
<link id="theme-style" rel="stylesheet" href="{{ site.baseurl }}/assets/css/main.css">
2018-05-11 08:58:04 -04:00
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
2016-07-29 00:47:42 -04:00
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
2018-05-11 08:58:04 -04:00
</head>