URL bugfix

This commit is contained in:
randogoth 2023-05-24 00:04:11 +03:00
parent 651becfb6b
commit dad997e986
9 changed files with 9 additions and 9 deletions

View file

@ -100,7 +100,7 @@ will be rendered as:
If you want the same settings to be honoured by the templates, they need to be implemented respecively. The settings are accessible by the templates:
```jinja
{{ MICRON_LINK_FORMAT[0] }}`[{{ p.title }}`:/{{ p.url }}]{{ MICRON_LINK_FORMAT[1] }}
{{ MICRON_LINK_FORMAT[0] }}`[{{ p.title }}`:/page/{{ p.url }}]{{ MICRON_LINK_FORMAT[1] }}
```
## Dynamic Content