Skip to content

Commit

Permalink
Adds gitignore and google tag
Browse files Browse the repository at this point in the history
  • Loading branch information
ander94lakx committed Aug 14, 2022
1 parent 23e908a commit 291371b
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,19 @@ yarn-error.log
.pnp.js
# Yarn Integrity file
.yarn-integrity

### Hugo ###

# Generated files by hugo
/public/
/resources/_gen/
/assets/jsconfig.json
hugo_stats.json

# Executable may be added to repository
hugo.exe
hugo.darwin
hugo.linux

# Temporary lock file while building
/.hugo_build.lock
5 changes: 5 additions & 0 deletions layouts/partials/header.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
<head>
{{ template "_internal/google_analytics.html" . }}
{{ template "_internal/google_analytics_async.html" . }}
</head>

<header class="header">
<div class="header__inner">
<div class="header__logo">
Expand Down

0 comments on commit 291371b

Please sign in to comment.