jasper2 icon indicating copy to clipboard operation
jasper2 copied to clipboard

Multiple problems with the template

Open ytcalifax opened this issue 6 years ago • 2 comments

Describe the bug The template design gets broken when opening some of the pages. Moreover, the author's list is broken and leads to a 404 page.

To Reproduce Steps to reproduce the behavior:

  • Broken page design
  1. Open the one of the tags pages
  2. Look at the page
  • 404 Page
  1. Make a post
  2. Click on the author's name
  3. Look at the page

Expected behavior The pages should be rendered properly. No 404 should occur when browsing to the author info page.

Environment:

  • OS: Windows 10 (1903)
  • Ruby: Ruby+Devkit 2.6.5-1 (x64)
  • Browser: Brave Browser 80.0.3987.132 (x64)

ytcalifax avatar Mar 09 '20 20:03 ytcalifax

I'm having the same issue ☝️ The additional information from the above reported:

  • Forked the repository from the last commit https://github.com/jekyller/jasper2/commit/af70413924c300549107b13c750cf1c87ef78c53 without any additional commit but still have the same issues

mrsequeira avatar Apr 05 '20 19:04 mrsequeira

@ytcalifax As others have commented on other issues, you need to play with the baseurl. There is a difference when running a project-based site (e.g. jekyller.github.io/jasper2/) and a personal site (e.g. username.github.io/). Could you try that?

biomadeira avatar May 14 '21 11:05 biomadeira