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:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user