dillonzq / LoveIt

❤️A clean, elegant but advanced blog theme for Hugo 一个简洁、优雅且高效的 Hugo 主题
https://hugoloveit.com
MIT License
3.34k stars 1.07k forks source link

fix analytics #861

Open maco opened 6 months ago

maco commented 6 months ago

I noticed my Plausible Analytics code wasn't showing up. After investigating, I found that

{{- $analytics := .Scratch.Get "analytics" | default dict -}}

was returning [] instead of the actual values found inside .Site.Params.analytics

This change makes the analytics snippet appear on my site.

sonarcloud[bot] commented 6 months ago

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud