_includes/head.html (24 lines of code) (raw):

<meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description" content="{% if page.summary %}{{ page.summary | strip_html | strip_newlines | truncate: 160 }}{% endif %}"> <meta name="keywords" content="{{page.tags}}{% if page.tags %}, {% endif %} {{page.keywords}}"> <title>{{ page.title }} | {{ site.site_title }}</title> <link rel="stylesheet" href="{{ "/css/syntax.css" | relative_url }}" /> <link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"> <link rel="stylesheet" href="{{ "/css/modern-business.css" | relative_url }}" /> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous"> <link rel="stylesheet" href="{{ "/css/boxshadowproperties.css" | relative_url }}" /> <link rel="stylesheet" href="{{ "/css/theme-azure.css" | relative_url }}" /> <link rel="stylesheet" href="{{ "/css/customstyles.css" | relative_url }}" /> <link rel="stylesheet" href="{{ "/css/normalize.css" | relative_url }}"> <link rel="stylesheet" href="{{ "/css/tipuesearch.css" | relative_url }}"> <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-cookie/1.4.1/jquery.cookie.min.js"></script> <script src="{{ "/js/jquery.navgoco.min.js" | relative_url }}"></script> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/4.2.0/anchor.min.js"></script> <script src="{{ "/js/toc.js" | relative_url }}"></script> <script src="{{ "/js/customscripts.js" | relative_url }}"></script> <link rel="shortcut icon" href="{{ "/images/azure-sdk-glyph.svg" | relative_url }}"/> <link rel="alternate" type="application/rss+xml" title="{{ site.title }}" href="{{ "/feed.xml" | relative_url }}" />