Add collection handlers, routes, feeds, sitemaps
This commit is contained in:
@@ -89,7 +89,6 @@ function unpinPost(e, postID) {
|
||||
// Hide current page
|
||||
var $pinnedNavLink = $header.getElementsByTagName('nav')[0].querySelector('.pinned.selected');
|
||||
$pinnedNavLink.style.display = 'none';
|
||||
try { _paq.push(['trackEvent', 'Post', 'unpin', 'post']); } catch(e) {}
|
||||
};
|
||||
|
||||
var $pinBtn = $header.getElementsByClassName('unpin')[0];
|
||||
|
@@ -365,7 +365,6 @@ H.getEl('set-now').on('click', function(e) {
|
||||
// whatevs
|
||||
}
|
||||
</script>
|
||||
<noscript><p><img src="https://analytics.write.as/piwik.php?idsite=1" style="border:0;" alt="" /></p></noscript>
|
||||
<link href="/css/icons.css" rel="stylesheet">
|
||||
</body>
|
||||
</html>{{end}}
|
||||
|
Reference in New Issue
Block a user