this is working

This commit is contained in:
2025-07-29 11:08:33 +00:00
parent 192094c23a
commit a648a67a0c
287 changed files with 29278 additions and 73 deletions

View File

@@ -73,8 +73,8 @@ $args = array(
//~ }
//~ }
$context['posts'] = new Timber\PostQuery($args);
$context['mainpost'] = new Timber\PostQuery($mainargs);
$context['posts'] = Timber::get_posts($args);
$context['mainpost'] = Timber::get_posts($mainargs);
$context['section_title'] = 'actualidad';