Skip to content

How to add multiple pages to my site #23746

Answered by iordic
BorealBlizzard asked this question in General
Discussion options

You must be logged in to vote

You are using absolute path and you have to use relative path instead.

In the “a” tag replace:

<a href="https://BorealBlizzard.github.io/page1.html/">Page 2</a>

To:

<a href="page1.html">Page 2</a>

Same at page1.html file. 😃

Replies: 13 comments 2 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
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@JL-Freeza
Comment options

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
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

This comment was marked as spam.

Comment options

You must be logged in to vote
1 reply
@Rpascar1
Comment options

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