mirror of
https://github.com/danpros/htmly.git
synced 2026-04-22 21:46:22 +05:30
Update static-pages.html.php
This commit is contained in:
parent
d8d114f9de
commit
09859ccf4f
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@
|
|||
<th>Sub Pages</th>
|
||||
</tr>
|
||||
<?php foreach ($posts as $p):?>
|
||||
<?php $count = count(get_static_sub_post($p->md)); ?>
|
||||
<?php $count = count(find_subpage($p->md)); ?>
|
||||
<tr>
|
||||
<td><a target="_blank" href="<?php echo $p->url;?>"><?php echo $p->title;?></a></td>
|
||||
<?php if (config("views.counter") == "true"):?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue