Skip to content

Commit

Permalink
add hugo build lock + fix partial cached google analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
jmau111 committed Nov 30, 2021
1 parent 1f87015 commit 77d17cf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.DS_Store
node_modules
.idea
public
node_modules/
resources/
.idea/
public/
Empty file added .hugo_build.lock
Empty file.
2 changes: 1 addition & 1 deletion layouts/_default/baseof.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,6 @@
<script src="{{ ($prefixFree | minify | fingerprint).RelPermalink }}"></script>
{{- end }}

{{ partialCached "google-analytics.html" . .Site.Params.ga_id }}
{{ partialCached "google-analytics.html" . }}
</body>
</html>

0 comments on commit 77d17cf

Please sign in to comment.