Skip to content

Commit 2f59fde

Browse files
committed
update chartbeat code. closes #55
1 parent 6ce3478 commit 2f59fde

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

src/partials/_analytics.html

+3-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
<!-- Chartbeat bottom -->
33
<script>
44
var _sf_async_config={
5-
uid:18888,
6-
domain:"npr.org"
5+
uid:33583,
6+
domain:"npr.org",
7+
useCanonical: true
78
};
89
(function(){
910
function loadChartbeat() {

src/partials/_head.html

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
<meta name="viewport" content="width=device-width,initial-scale=1">
33

44
<title><%= project.title %> : NPR</title>
5+
<meta name="description" content="<%= project.description %>">
6+
<link rel="canonical" href="<%= project.url %>" />
57

68
<!-- Favicon -->
79
<link rel="apple-touch-icon" sizes="180x180" href="https://media.npr.org/templates/favicon/favicon-180x180.png" />

0 commit comments

Comments
 (0)