diff --git a/.personalize.toml b/.personalize.toml index 229cf51..a113bda 100644 --- a/.personalize.toml +++ b/.personalize.toml @@ -26,3 +26,6 @@ url = "" [[profiles]] name = "LinkedIn" url = "" + +[[analytics]] +code = "" diff --git a/layouts/index.html b/layouts/index.html index 3fcfb43..0161c53 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -10,7 +10,7 @@ {{ range .Site.Data.personalize.profiles }} - {{ partial "profile_link.html" . }} + {{ partial "profile_link.html" . }} {{ end }} {{ if ne .Site.Data.personalize.Resume "" }} @@ -42,8 +42,9 @@

View all posts

- - + {{ if ne .Site.Data.personalize.analytics.code ""}} + + {{ end }} - + \ No newline at end of file