Browse Source

Update

pull/674/head v2.9.0
danpros 1 year ago
parent
commit
6c821dd398
3 changed files with 3 additions and 3 deletions
  1. +1
    -1
      README.md
  2. +1
    -1
      cache/installedVersion.json
  3. +1
    -1
      index.php

+ 1
- 1
README.md View File

@ -61,7 +61,7 @@ Here's the explanation:
* `tag1,tag2` are the tags, separated by commas * `tag1,tag2` are the tags, separated by commas
* `my-post-slug` is the URL * `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. With a structure like above, the post can now be visited even though it's just a folder structure and filename.


+ 1
- 1
cache/installedVersion.json View File

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

+ 1
- 1
index.php View File

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

Loading…
Cancel
Save