-
There's no html layout, is there? There's an XSL for sitemap, I see. What would the proper way to edit html code such that this won't mess up with anything else? I'd want to change the main page a little. Also, how to tweak the routes? Instead of, let's say, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
The best way is to use plugins to modify the UI. I know that @kandr3s does it this way. Another way is to edit the ui.go and uiComponents.go files, but that required you to maintain a soft fork. To customize the routes: To modify the path for new posts, you can change the path template in /settings for the section. |
Beta Was this translation helpful? Give feedback.
One example is
You can use the following variables:
.Section, .Slug, .Year, .Month, .Day and .BlogPath