|
@ -11,8 +11,10 @@ |
|
|
<link rel="stylesheet" type="text/css" href="<%= config.root + 'css/tufte_ext.css'%>"> |
|
|
<link rel="stylesheet" type="text/css" href="<%= config.root + 'css/tufte_ext.css'%>"> |
|
|
<link rel="stylesheet" type="text/css" href="<%= config.root + 'css/solarized_light.css'%>"> |
|
|
<link rel="stylesheet" type="text/css" href="<%= config.root + 'css/solarized_light.css'%>"> |
|
|
<link href="//fonts.googleapis.com/css?family=Source+Code+Pro" rel="stylesheet" type="text/css"> |
|
|
<link href="//fonts.googleapis.com/css?family=Source+Code+Pro" rel="stylesheet" type="text/css"> |
|
|
|
|
|
<% if(config.feed) { %> |
|
|
<link rel="alternate" type="application/<%= config.feed.type %>+xml" |
|
|
<link rel="alternate" type="application/<%= config.feed.type %>+xml" |
|
|
title="<%= config.title %>" href="<%= url_for(config.feed.path) %>" /> |
|
|
title="<%= config.title %>" href="<%= url_for(config.feed.path) %>" /> |
|
|
|
|
|
<% } %> |
|
|
</head> |
|
|
</head> |
|
|
<body> |
|
|
<body> |
|
|
<%- partial('_partial/header') %> |
|
|
<%- partial('_partial/header') %> |
|
|