Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix issue with links missing site domain. #1204

Closed
wants to merge 2 commits into from

Commits on Jun 28, 2023

  1. Fix issue with links missing site domain.

    - Attempt to update `site.url` variable during circleci build.
    
    Closes USRSE#1201
    aholmes committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    0d4d0ec View commit details
    Browse the repository at this point in the history
  2. Fix issue with social share buttons.

    `site.url` does not contain the domain of the site, which breaks social buttons.
    This attempts to resolve what looks like a misconfiguration of Jekyll to correctly generate the URLs.
    
    Closes USRSE#1201
    
    Remove unused script.
    
    Closes USRSE#1201
    
    Fix typo in domain.
    
    Closes USRSE#1201
    aholmes committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    89b64f7 View commit details
    Browse the repository at this point in the history