Skip to content

Commit

Permalink
Don't show the summary. We might draw out the first graf later
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbachhuber committed Jul 21, 2011
1 parent f511d5d commit 56a8a71
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
6 changes: 0 additions & 6 deletions loop-single.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,6 @@
<div class="post post-format-standard">

<h2 class="post-title"><?php the_title(); ?></h2>

<?php if ( !empty( $post->post_excerpt ) ) : ?>
<div class="summary">
<?php the_excerpt(); ?>
</div>
<?php endif; ?>

<?php endif; ?>

Expand Down
6 changes: 4 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -142,12 +142,14 @@ blockquote {
letter-spacing: 0.3px;
}

.post .summary {
/*
body.single .post.post-format-standard .entry > p:first-child {
font-size: 18px;
line-height: 26px;
color: #888888;
padding-top: 5px;
padding-bottom: 15px;
}
*/

.post .entry a {
border-bottom: 1px solid #CCCCCC;
Expand Down

0 comments on commit 56a8a71

Please sign in to comment.