v1.0
This commit is contained in:
parent
f53ae91057
commit
df05493b43
10 changed files with 520 additions and 619 deletions
|
@ -12,7 +12,7 @@
|
|||
|
||||
<header class="entry-header">
|
||||
<div class="post-header-image" style="background-image: url('<?php the_post_thumbnail_url(); ?>');">
|
||||
<div class="post-header-title"><?php the_title( '<h2>', '</h2>' ); ?></div>
|
||||
<div class="post-header-title"><?php the_title( '<h1 id="post-title">', '</h1>' ); ?></div>
|
||||
<div class="read-on"><a href="#body"><div class="arrow-down">▼</div></a></div>
|
||||
</div>
|
||||
</header><!-- .entry-header -->
|
||||
|
|
Reference in a new issue