51 lines
1.8 KiB
Plaintext
51 lines
1.8 KiB
Plaintext
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="google-site-verification" content="xBT4GhYoi5qRD5tr338pgPM5OWHHIDR6mNg1a3euekI" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<meta name="description" content="<%= config.description %>">
|
|
<meta name="keyword" content="<%= config.keyword %>">
|
|
<!-- <link rel="shortcut icon" href="<%= config.root %>img/shortcut.png"> -->
|
|
<!-- Place this tag in your head or just before your close body tag. -->
|
|
<script async defer src="https://buttons.github.io/buttons.js"></script>
|
|
<title>
|
|
<% if (page.title) { %>
|
|
<%= page.title + ' - ' + config.SEOTitle %>
|
|
<% } else{%>
|
|
<%= config.SEOTitle %>
|
|
<% } %>
|
|
</title>
|
|
|
|
<link rel="canonical" href="<%= config.url + config.root + (page.path||'').replace('index.html', '') %>">
|
|
|
|
<!-- Bootstrap Core CSS -->
|
|
<%- css('css/bootstrap.css') %>
|
|
|
|
<!-- Custom CSS -->
|
|
<%- css('css/beantech.css')%>
|
|
|
|
<!-- Pygments Highlight CSS -->
|
|
<%- css('css/highlight') %>
|
|
|
|
<%- css('css/widget')%>
|
|
|
|
<%- css('css/signature')%>
|
|
|
|
<%- css('css/toc')%>
|
|
|
|
<%- css('css/backtotop')%>
|
|
|
|
<!-- Custom Fonts -->
|
|
<link href="https://cdn.staticfile.org/font-awesome/4.5.0/css/font-awesome.min.css" rel="stylesheet" type="text/css">
|
|
|
|
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
|
|
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
|
|
<!--[if lt IE 9]>
|
|
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
|
|
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
|
|
<![endif]-->
|
|
|
|
<!-- ga & ba script hoook -->
|
|
<script></script>
|
|
</head>
|