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

tag links are broken #11

Open
andrewd72 opened this issue Mar 29, 2018 · 3 comments
Open

tag links are broken #11

andrewd72 opened this issue Mar 29, 2018 · 3 comments

Comments

@andrewd72
Copy link

As there is only a /blog and not also a /home then the /blog --> / alias breaks all the tag links.
So if you are reading /blog/hero-classes the tag links look like this:
/tag:journal#body-wrapper
It should direct to /blog/tag:journal#body-wrapper

Hope that makes sense, thanks.

@jason-unleashed
Copy link

jason-unleashed commented Jun 1, 2018

Have you found a fix for this? I noticed the problem only occurs when you try to use either tags or archive from a blog entry.

Meh... I just reinstalled and don't seem to have the problem anymore.

@machlang
Copy link

machlang commented Jun 5, 2018

Are you running on a Windows OS? I had a similar problem getting 403 errors when clicking on tags. I added this to my /user/config/system.yaml file from /system/config/system.yaml and changed the ':' to ';'
param_sep: ';' # Parameter separator, use ':' for Apache on non-windows

@jason-unleashed
Copy link

jason-unleashed commented Jun 5, 2018

Negative. standard Linux stack. I recreated my problem when I added a new home page. I ended up fixing it by modifying the sidebar.html.twig file.

{# Original new_base_url.  This didn't work when I changed the home page
{% set new_base_url = blog.url == '/' ? '' : blog.url %}
End of Original new_base_url #}

{# modified new_base_url #}
{% set new_base_url = base_url ~ site.blog.route %}
{# End modified new_base_url #}

you can see my work in progress: https://www.test.unleashedfinancial.com/quarkblog/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants