Browse Source

fleat:update template

igb 1 month ago
parent
commit
e3c13cdc95
1 changed files with 1 additions and 1 deletions
  1. 1 1
      usr/themes/beardocs/index.php

+ 1 - 1
usr/themes/beardocs/index.php

@@ -39,7 +39,7 @@ if (!defined('__TYPECHO_ROOT_DIR__')) exit;
                                     <!-- 右边文字部分 -->
                                     <div class="uk-width-1-2 uk-flex uk-flex-center uk-flex-middle">
                                         <div>
-                                            <h3 class="uk-card-title uk-margin-remove uk-text-secondary uk-category-name uk-text-center"><?php $categorys->name(); ?></h3>
+                                            <h4 class="uk-card-title uk-margin-remove uk-text-secondary uk-category-name uk-text-center"><?php $categorys->name(); ?></h4>
                                             <p class="uk-text-muted uk-margin-remove uk-category-desc"><?php echo General::getCategoryDescriptionData($categorys->description)['desc']; ?></p>
                                         </div>
                                     </div>