Skip to content

Commit

Permalink
Removed all references to the post author as there is only me on this…
Browse files Browse the repository at this point in the history
… blog.
  • Loading branch information
conatus committed Oct 3, 2010
1 parent cb981c7 commit 4507078
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion archive.php
Expand Up @@ -15,7 +15,7 @@
<div id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
<div class="post-header">
<h3><a href="<?php the_permalink(); ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"><?php the_title(); ?></a></h3>
<p>by <?php the_author(); ?> on <?php the_time('F j, Y') ?></p>
<p><?php the_time('F j, Y') ?></p>
</div>

<?php the_excerpt(); ?>
Expand Down

0 comments on commit 4507078

Please sign in to comment.