Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
danpros committed Jan 11, 2024
1 parent aaf2d53 commit 6c821dd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion cache/installedVersion.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"tag_name": "v2.8.9"
"tag_name": "v2.9.0"
}
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
@@ -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';

0 comments on commit 6c821dd

Please sign in to comment.