mirror of https://github.com/vtrois/kratos
fix: animate dynamic effects
parent
48943adc4d
commit
2e5aaeea7f
|
@ -73,7 +73,7 @@
|
||||||
$img = kratos_option('top_img', ASSET_PATH . '/assets/img/background.png');
|
$img = kratos_option('top_img', ASSET_PATH . '/assets/img/background.png');
|
||||||
}
|
}
|
||||||
echo $img; ?>);">
|
echo $img; ?>);">
|
||||||
<div class="introduce animated fadeInUp">
|
<div class="introduce animate__animated animate__fadeInUp">
|
||||||
<?php
|
<?php
|
||||||
if (is_category() || is_tag()) {
|
if (is_category() || is_tag()) {
|
||||||
echo '<div class="title">' . single_cat_title('', false) . '</div>';
|
echo '<div class="title">' . single_cat_title('', false) . '</div>';
|
||||||
|
|
Loading…
Reference in New Issue