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(uglyurls): fix the path of tags in the case of uglyURLs = true. #310

Merged
merged 1 commit into from Jan 19, 2021

Conversation

bobuhiro11
Copy link
Contributor

config.toml

uglyURLs = true
[params] 
  uglyURLs = true

before

$ curl -s http://localhost:1313/post/even-preview.html | grep "/tags/preview"
          <a href="/tags/preview/">preview</a>

now

$ curl -s http://localhost:1313/post/even-preview.html | grep "/tags/preview"
          <a href="/tags/preview.html">preview</a>

@stale
Copy link

stale bot commented Jan 17, 2021

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
If this is a bug and you can still reproduce this error on the master branch, please reply with all of the information you have about it in order to keep the issue open.

@stale stale bot added the stale label Jan 17, 2021
@bobuhiro11
Copy link
Contributor Author

This issue is still in master branch. Could you please check?

@stale stale bot removed the stale label Jan 18, 2021
@olOwOlo olOwOlo merged commit 5646979 into olOwOlo:master Jan 19, 2021
1 check passed
@olOwOlo
Copy link
Owner

olOwOlo commented Jan 19, 2021

Merged. Thank you for your pull request!

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

Successfully merging this pull request may close these issues.

None yet

2 participants