|
@@ -25,6 +25,7 @@ get_header(); ?>
|
|
|
<?php $recentposts = get_posts('numberposts=49'); foreach ($recentposts as $post) : setup_postdata($post); ?>
|
|
|
<li style="color:#777"><?php echo get_the_date('m/d/y'); ?> - <a href="<?php the_permalink() ?>"><?php the_title(); ?></a></li>
|
|
|
<?php endforeach; ?>
|
|
|
+ <li class="pull-right"><a href="https://davidawindham.com/til/til.html">All Posts -></a></li>
|
|
|
</ul>
|
|
|
</div>
|
|
|
<div class="col-sm-3">
|
|
@@ -60,7 +61,7 @@ get_header(); ?>
|
|
|
<h5>Today I Learned</h5>
|
|
|
<ul>
|
|
|
<?php pull_til(); ?>
|
|
|
- <li class="pull-right"><a href="https://davidawindham.com/til/til.html">More -></a></li>
|
|
|
+ <li class="pull-right"><a href="https://davidawindham.com/til/til.html">All TIL -></a></li>
|
|
|
</ul>
|
|
|
</div>
|
|
|
</div>
|