You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

31 lines
1.4 KiB
Plaintext

<meta charset="utf-8" >
<title><%= siteTitle %></title>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=0.5">
<link rel="shortcut icon" href="<%= themeConfig.domain %>/favicon.ico?v=<%= site.utils.now %>">
<link rel="stylesheet" href="<%= themeConfig.domain %>/media/css/highlight/xcode.min.css">
<link rel="stylesheet" href="<%= themeConfig.domain %>/media/css/bootstrap/bootstrap-tooltips.css">
<% if (isHome) { %>
<link rel="stylesheet" href="<%= themeConfig.domain %>/media/css/bootstrap/bootstrap.min.css">
<link rel="stylesheet" href="<%= themeConfig.domain %>/media/css/bootstrap/bootstrap-theme.min.css">
<link rel="stylesheet" href="<%= themeConfig.domain %>/media/css/home.css?v=3">
<% } else { %>
<link rel="stylesheet" href="<%= themeConfig.domain %>/media/css/post.css?v=3">
<% } %>
<script src="<%= themeConfig.domain %>/media/js/jquery.min.js" type="text/javascript"></script>
<link rel="alternate" href="/atom.xml" title="<%= siteTitle %>" type="application/atom+xml">
<% if (site.customConfig.ga) { %>
<script async src="https://www.googletagmanager.com/gtag/js?id=<%= site.customConfig.ga %>"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', '<%= site.customConfig.ga %>');
</script>
<% } %>