Log and always regenerate MVLog maps on save

This commit is contained in:
hbrain 2026-06-02 10:58:21 +00:00
parent 37e43b6bca
commit 6ba4050d9a
2 changed files with 50 additions and 26 deletions

View file

@ -485,6 +485,7 @@ $siteHeaderTitle = $headerTitles[array_rand($headerTitles)];
<?php endforeach; ?>
</div>
<?php if ($articleId === ''): ?>
<div class="pages">
<?php for($i=1;$i<=$pages;$i++):
$linkParams = $baseParams;
@ -493,6 +494,7 @@ $siteHeaderTitle = $headerTitles[array_rand($headerTitles)];
<a class="<?=$i===$page?'active':''?>" href="<?=h(query_url($linkParams))?>"><?=$i?></a>
<?php endfor; ?>
</div>
<?php endif; ?>
</section>
</main>
<?php include __DIR__ . '/_footer.php'; ?>