sonnycalcr / sonnycalcr.github.io

https://sonnycalcr.github.io
4 stars 0 forks source link

可以添加Google流量统计和Google广告的功能吗? #2

Open WinPoss opened 1 week ago

WinPoss commented 1 week ago

博主来个教程,如何添加Google流量统计和Google广告的功能。

sonnycalcr commented 1 week ago

No problem, but maybe a few days later.

WinPoss commented 1 week ago

No problem, but maybe a few days later.

I'm waiting for your update.

WinPoss commented 1 week ago

Add Google Analytics: https://qing.shuncs.com/post/hugo/hugogoogle

The code for the last step needs to be changed to:

{{- if not hugo.IsServer }}
    {{ template "_internal/google_analytics.html" . }}
{{- end }}