Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 6 additions & 7 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ theme = "FixIt"

[params]
# FixIt 0.2.15 | CHANGED FixIt theme version
version = "0.2.15" # e.g. "0.2.X", "0.2.15", "v0.2.15" etc.
version = "0.3.20" # e.g. "0.2.X", "0.2.15", "v0.2.15" etc.
# site description
description = "test"
# site keywords
Expand Down Expand Up @@ -632,12 +632,12 @@ theme = "FixIt"

# FixIt 0.2.0 | NEW Analytics config
[params.analytics]
enable = true
enable = false
# Google Analytics
[params.analytics.google]
id = "G-EB3FYE3KYK"
# whether to anonymize IP
anonymizeIP = true
# [params.analytics.google]
# id = "G-EB3FYE3KYK"
# # whether to anonymize IP
# anonymizeIP = true
# Fathom Analytics
[params.analytics.fathom]
id = ""
Expand Down Expand Up @@ -844,4 +844,3 @@ theme = "FixIt"
page = ["HTML", "MarkDown"]
section = ["HTML", "RSS"]
taxonomy = ["HTML", "RSS"]
taxonomyTerm = ["HTML"]
3 changes: 0 additions & 3 deletions layouts/partials/header.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
{{- $buildDrafts := .Site.BuildDrafts -}}

<head>
<!-- {{ template "_internal/google_analytics.html" . }}
{{ template "_internal/google_analytics_async.html" . }}
<meta name="google-site-verification" content="TnFE_fQHBZEUFueR-M84N2rvuHeND2PpVpFvXTdmyNs" /> --->
</head>

{{- /* Desktop header */ -}}
Expand Down
2 changes: 1 addition & 1 deletion public/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ <h1 id="error-emoji"></h1>
document.getElementById('error-emoji').appendChild(document.createTextNode(emojiArray[Math.floor(Math.random() * emojiArray.length)]));
})();
</script></main><footer class="footer">
<div class="footer-container"><div class="footer-line powered">Powered by <a href="https://gohugo.io/" target="_blank" rel="external nofollow noopener noreferrer" title="Hugo 0.105.0">Hugo</a> | Theme - <a href="https://github.com/hugo-fixit/FixIt" target="_blank" rel="external" title="FixIt v0.2.17-RC"><img class="fixit-icon" src="/fixit.min.svg" alt="FixIt logo" />&nbsp;FixIt</a>
<div class="footer-container"><div class="footer-line powered">Powered by <a href="https://gohugo.io/" target="_blank" rel="external nofollow noopener noreferrer" title="Hugo 0.105.0">Hugo</a> | Theme - <a href="https://github.com/hugo-fixit/FixIt" target="_blank" rel="external" title="FixIt v0.3.20-RC"><img class="fixit-icon" src="/fixit.min.svg" alt="FixIt logo" />&nbsp;FixIt</a>
</div><div class="footer-line copyright" itemscope itemtype="http://schema.org/CreativeWork"><i class="fa-regular fa-copyright fa-fw" aria-hidden="true"></i>
<span itemprop="copyrightYear">2021 - 2022</span><span class="author" itemprop="copyrightHolder">
<a href="/"></a></span><span class="license footer-divider"><a rel="license external nofollow noopener noreferrer" href="https://creativecommons.org/licenses/by-nc/4.0/" target="_blank">CC BY-NC 4.0</a></span></div><div class="footer-line statistics"></div></div>
Expand Down
Loading