This commit is contained in:
danpros 2024-01-11 07:01:08 +07:00
commit 6c821dd398
3 changed files with 3 additions and 3 deletions

View file

@ -61,7 +61,7 @@ Here's the explanation:
* `tag1,tag2` are the tags, separated by commas
* `my-post-slug` is the URL
**Note:** the filename metadata (data, tags, slug) separated by an underscore.
**Note:** the filename metadata (post date, tags, slug) separated by an underscore.
With a structure like above, the post can now be visited even though it's just a folder structure and filename.

View file

@ -1,3 +1,3 @@
{
"tag_name": "v2.8.9"
"tag_name": "v2.9.0"
}

View file

@ -1,6 +1,6 @@
<?php
define('HTMLY', true);
define('HTMLY_VERSION', 'v2.8.9');
define('HTMLY_VERSION', 'v2.9.0');
$config_file = 'config/config.ini';
require 'system/vendor/autoload.php';
require 'system/htmly.php';