diff options
author | 2024-04-24 20:06:53 +0200 | |
---|---|---|
committer | 2024-04-25 11:33:30 +0200 | |
commit | 7a352964815c2669f487e011bcf6377247dee1dc (patch) | |
tree | a650cd3340bcb490f49a7175a1291a1ab875c3c5 /src | |
parent | 23896dda4f3e22de6163f43cda0ad5db73b5a09b (diff) | |
download | hyde-7a352964815c2669f487e011bcf6377247dee1dc.tar.gz hyde-7a352964815c2669f487e011bcf6377247dee1dc.zip |
Add url to the Page class
This attribute is used to generate hrefs in HTML page. But it is limited only to
paths ending with html extension. For example, if you have a file:
test.rhtml
url attribute will be:
test.html
But, if you have a file:
test.rhtml.php
url attribute will be:
test.html.php
At the moment, it's not possible to manage other extesnsions.
Diffstat (limited to 'src')
0 files changed, 0 insertions, 0 deletions