diff options
author | Valentin Popov <valentin@popov.link> | 2024-04-12 00:01:51 +0300 |
---|---|---|
committer | Valentin Popov <valentin@popov.link> | 2024-04-12 00:01:51 +0300 |
commit | 28ab43cbcb7e20d6ed2c156ac3fdff94c4258aa9 (patch) | |
tree | 92535b76f054b6420bc8e70ebd9c71bfc0cc981c | |
parent | 9f0ff2e16dce90a7e4686b26c6caf2ca6b667acb (diff) | |
download | popov.link-28ab43cbcb7e20d6ed2c156ac3fdff94c4258aa9.tar.xz popov.link-28ab43cbcb7e20d6ed2c156ac3fdff94c4258aa9.zip |
Fixed validator info
-rw-r--r-- | _includes/counter.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_includes/counter.html b/_includes/counter.html index 8aa2ff8..545b2cd 100644 --- a/_includes/counter.html +++ b/_includes/counter.html @@ -4,5 +4,5 @@ <!-- GoatCounter Analytics --> <script defer data-goatcounter="https://analytics.popov.link/count" src="/assets/javascript/count.js"></script> <noscript> - <img src="https://analytics.popov.link/count?p={{- page.url | relative_url | url_escape -}}&t={{- page.title | default: site.title | strip | normalize_whitespace | url_encode -}}" alt="pixel" /> + <img src="https://analytics.popov.link/count?p={{- page.url | relative_url | url_escape -}}&t={{- page.title | default: site.title | strip | normalize_whitespace | url_encode -}}" alt="pixel"> </noscript>
\ No newline at end of file |