mirror of
https://github.com/danpros/htmly.git
synced 2026-04-17 19:26:08 +05:30
Update functions.php
This commit is contained in:
parent
788ccf36be
commit
e234ea11b4
1 changed files with 1 additions and 1 deletions
|
|
@ -966,7 +966,7 @@ function read_category_info($category)
|
|||
|
||||
if (!empty($cFiles)) {
|
||||
foreach ($cFiles as $index => $v) {
|
||||
if (stripos($v['basename'], $category . '.md') !== false) {
|
||||
if ($v['basename'] == $category . '.md' ) {
|
||||
|
||||
$desc = new stdClass;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue