-
Notifications
You must be signed in to change notification settings - Fork 25.6k
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
title_seperator not working for "|" #1201
Comments
You have to use the HTML entity Duplicate of #760 |
Thank you so much... |
Sure. You can use the "Link Post" code to get an idea of how to do this. You'll most likely need to alter the theme some. If you go to the Year Archive and scroll down to Post: Link you'll see it links to an external site... and the link icon goes to the post's permalink. Relevant source files: |
Thanks for the reply, But the problem now is that since there is a grid layout archive for my project portfolios, i am doing this in my portfolio.html <div class="grid__wrapper">
{% assign items = site.portfolio | sort: 'date' | reverse %}
{% for post in items %}
{% include archive-single.html type="grid" %}
{% endfor %}
</div> and the problem is that in post with link, the How would i achieve a sort on date as my portfolio links are not created by date since i don't want that, i wanted a simple direct link for them, so i am not saving the files in collection with date prefixes. And if i don't do the date sort then the portfolios are shown in alphabetical order. So how would i achieve this. |
Sorry, i got the solution. Thanks. It was working, issue was on formatting. |
bundle update
.bundle exec jekyll build
.Environment informations
Expected behavior
title_separator : "|"
The title doesn't show the title separator as specified, when pipe is used (above image)
title_separator : "-"
I tried it with "," "x" and it's working, it seems that title_seperator : "|" is only not working (pipe |)
Its not working in any page, home, blog, etc.
The text was updated successfully, but these errors were encountered: