Skip to content

Symlink Error with Adding Cookie Notice to Github Page #23633

Discussion options

You must be logged in to vote

Thanks for the link! It looks like this error is happening because the HTML template you’re including for your cookie consent banner has 2 includes of its own that don’t exist in your repository:

github.com

arcadiapage/arcadiapage.github.io/blob/785576ae06e9c765bec354b3357d2ea8618ff3dd/_includes/cookie-consent.html#L35-L36

  1. {% include ga.js %}
  2. {% include chatbutton.js %}

You’ll either need to add these templates to your repository or remove these includes before your site will build successfully.

Replies: 4 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants