This commit is contained in:
2021-02-28 23:44:31 +08:00
parent a719feebba
commit 2515039d73
16 changed files with 577 additions and 1076 deletions
+25 -1
View File
@@ -10,6 +10,31 @@
get_header();
?>
<nav class="breadcrumb" aria-label="breadcrumbs">
<ul>
<li>
<a href="<?php echo esc_url( home_url( '/' ) ); ?>" >
<span class="icon is-small">
<i class="fas fa-home" aria-hidden="true"></i>
</span>
<span>首页</span>
</a>
</li>
<li>
<a href="#">
<span class="icon is-small">
<i class="fas fa-book" aria-hidden="true"></i>
</span>
<span>文章页</span>
</a>
</li>
</ul>
</nav>
<div class="notification is-primary">
欢迎来到这! <strong>Hello everyone.</strong>
</div>
<main id="primary" class="site-main">
<?php
@@ -34,7 +59,6 @@ get_header();
?>
</main><!-- #main -->
<?php
get_sidebar();
get_footer();