-
Notifications
You must be signed in to change notification settings - Fork 616
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: optimize article display style
- Loading branch information
1 parent
fff7aa9
commit 165cd78
Showing
2 changed files
with
33 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
* 文章内容 | ||
* @author Seaton Jiang <[email protected]> | ||
* @license MIT License | ||
* @version 2021.01.06 | ||
* @version 2021.03.20 | ||
*/ | ||
|
||
get_header(); | ||
|
@@ -125,9 +125,7 @@ | |
<?php if ( get_the_tags() ) { the_tags('', ' ', ''); } else{ echo '<a>' . __( '暂无' , 'kratos') . '</a>'; }?> | ||
</div> | ||
<div class="tool float-right d-none d-lg-block"> | ||
<div data-toggle="tooltip" data-html="true" data-original-title="<?php _e('最后更新:','kratos'); the_modified_date() ?>"> | ||
<span><?php _e('最后更新:','kratos'); ?><?php the_modified_date(); ?></span> | ||
</div> | ||
<span><?php _e('最后更新:','kratos'); ?><?php the_modified_date(); ?></span> | ||
</div> | ||
</div> | ||
</div> | ||
|