Skip to content

Commit

Permalink
So links must adapt
Browse files Browse the repository at this point in the history
  • Loading branch information
IdealistCat authored Aug 10, 2024
1 parent a5941ae commit fdcac22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SP/href-setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ function setHref(id, href, inital="/Blog/Pages/") {
setHref('BlogsPage', 'BlogList.html')
setHref('BlogsPageCred', 'BlogList.html', "./")

setHref('LatestBlog', 'Blog1.html')
setHref('blog1', 'Blog1.html')
setHref('LatestBlog', 'Blog/Blog1.html')
setHref('blog1', 'Blog/Blog1.html')

setHref('CreditsPage', 'Credits.html')
setHref('CreditsPageBlog', 'Credits.html', "./")
Expand Down

0 comments on commit fdcac22

Please sign in to comment.