Skip to content

Commit

Permalink
Fix cookie domain
Browse files Browse the repository at this point in the history
  • Loading branch information
robsonsobral committed Nov 11, 2020
1 parent 2acf687 commit f3f3c32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,10 @@ services:
twitter:
disableInlineCSS: true




blackfriday:
smartypants: false
params:
cookieDomain: ".pegabot.com.br"
searchLimit: 12
languages:
pt:
Expand Down
2 changes: 1 addition & 1 deletion layouts/partials/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
},

cookie: {
domain: '{{ $.Site.BaseURL }}'
domain: '{{ $.Site.Params.cookieDomain }}'
},

law: {
Expand Down

0 comments on commit f3f3c32

Please sign in to comment.