_includes/site_head.html (19 lines of code) (raw):

<!-- Start _include/site_head.html --> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="description" content=""> <meta name="author" content="datasketches"> <title>DataSketches | {{page.title}}</title> <link rel="shortcut icon" href="/img/favicon.png"> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css"> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css"> <link href='https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700,300italic|Open+Sans:300italic,400italic,600italic,400,300,600' rel='stylesheet' type='text/css'> <link rel="stylesheet" href="/css/main.css"> <link rel="stylesheet" href="/css/header.css"> <link rel="stylesheet" href="/css/footer.css"> <link rel="stylesheet" href="/css/syntax.css"> <link rel="stylesheet" href="/css/docs.css"> <script type="text/javascript" src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_HTML-full"> </script> <script src="https://code.jquery.com/jquery.min.js"></script> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script> <!-- End _include/site_head.html -->