Completar eliminación de archivos .md y actualizar referencias

- Eliminar archivos .md que faltaban en el commit anterior
- Actualizar referencias en single.php e index.php

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
FrankZamora
2025-11-04 16:11:00 -06:00
parent 784b9ed998
commit b40a6158c6
16 changed files with 5 additions and 6965 deletions

View File

@@ -33,18 +33,18 @@ function apus_enqueue_bootstrap() {
// Bootstrap CSS - with high priority
wp_enqueue_style(
'apus-bootstrap',
get_template_directory_uri() . '/assets/css/bootstrap.min.css',
get_template_directory_uri() . '/assets/vendor/bootstrap/css/bootstrap.min.css',
array('apus-fonts'),
'5.3.8',
'5.3.2',
'all'
);
// Bootstrap JS Bundle - in footer with defer
wp_enqueue_script(
'apus-bootstrap-js',
get_template_directory_uri() . '/assets/js/bootstrap.bundle.min.js',
get_template_directory_uri() . '/assets/vendor/bootstrap/js/bootstrap.bundle.min.js',
array(),
'5.3.8',
'5.3.2',
array(
'in_footer' => true,
'strategy' => 'defer',