diff --git a/src/components/Head.pug b/src/components/Head.pug index 2864761..661ff8d 100644 --- a/src/components/Head.pug +++ b/src/components/Head.pug @@ -113,4 +113,4 @@ head const getVisitDuration = () => { return Math.floor((Date.now() - window.visitDuration) / 1000); - }; \ No newline at end of file + };