Add collection handlers, routes, feeds, sitemaps

This commit is contained in:
Matt Baer
2018-11-08 01:19:03 -05:00
parent af872127c6
commit ebeacff43c
10 changed files with 1502 additions and 34 deletions

View File

@@ -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];

View File

@@ -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}}