Dan

Results 187 comments of Dan

@thopanX Already upload the docs to GitHub: https://github.com/danpros/htmly-docs I will close this one. Thanks.

For HTML 5 it has no effect but its for backward compatibility with XHTML. Even Google blog and many big company use it, check Github etc.

Hello, With current folder structure is not possible to create sub-category. From the readme: ``` content/my-username/blog/my-category/post/2024-01-10-15-35-45_tag1,tag2_my-post-slug.md ``` For simplicity we will keep current folder structure.

You are welcome to create pull request to fix that.

Hello, Thanks. For number 3 to fix eg. Chinese char in menu actually but not removed in the output.

Already fixed it in master branch. Thanks

Hello, The CSS code for the built-in social icon is [social-logos.css](https://github.com/danpros/htmly/blob/master/system/resources/css/social-logos.css). The function: https://github.com/danpros/htmly/blob/5c45a61faa3ff848c45529b50f679d33742e7c2d/system/includes/functions.php#L2392 To include the new link using `social()` function than we need to modify the core (not...

Hello, Please check this line: ``` PHP Warning: syntax error, unexpected '(' in config/config.ini on line 191 ```

For now try increasing the value of `session.gc_maxlifetime` in your `php.ini`. The default value is 1440 seconds (24 minutes).