+++
# content/posts/my-first-post.md
title = "My First Post"
date = 2018-11-29T19:34:12+03:00
draft = false
post_tags = ["tag1", "tag2", "tag3"]
+++
I get:
/posts/ (list of posts)
/artykuly/my-first-post/ (post)
/post_tags/ (list of taxonomy terms)
/artykuly/tehi/tag1/ (list of taxonomy term pages)
But I expected:
/artykuly/ (list of posts)
/artykuly/my-first-post/ (post)
/artykuly/tehi/ (list of taxonomy terms)
/artykuly/tehi/tag1/ (list of taxonomy term pages)
Thank you! I was able to change the section URL.
But unfortunately most likely the changing taxonomy terms page permalinks has not yet implemented. I have seen on github several issues that describes this problem, but they were not interesting to anyone. I wrote for myself the small dirty hack that solves my problem.