- WordPress core y plugins - Tema Twenty Twenty-Four configurado - Plugin allow-unfiltered-html.php simplificado - .gitignore configurado para excluir wp-config.php y uploads 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
10 lines
372 B
PHTML
Executable File
10 lines
372 B
PHTML
Executable File
<ul class="tvu-breadcrumbs">
|
|
<# links.each( function( item, index ) { item.has_link = index < links.size() - 1 #>
|
|
<li class="tvd-breadcrumb <#= ( item.has_link ? '' : ' tvu-no-link' ) #>">
|
|
<# if ( item.has_link ) { #><a href="<#= item.get_url() #>"><# } #>
|
|
<#= _.escape ( item.get ( 'label' ) ) #>
|
|
<# if ( item.has_link ) { #></a><# } #>
|
|
</li>
|
|
<# } ) #>
|
|
</ul>
|