mirror of
https://github.com/danpros/htmly.git
synced 2026-04-20 04:26:22 +05:30
Update
This commit is contained in:
parent
aaf2d53989
commit
6c821dd398
3 changed files with 3 additions and 3 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
2
cache/installedVersion.json
vendored
2
cache/installedVersion.json
vendored
|
|
@ -1,3 +1,3 @@
|
|||
{
|
||||
"tag_name": "v2.8.9"
|
||||
"tag_name": "v2.9.0"
|
||||
}
|
||||
|
|
@ -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';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue