windhamdavid 6 years ago
parent
commit
e69e2594d4
3 changed files with 10 additions and 2 deletions
  1. 2 1
      page-desk.php
  2. 8 1
      style.css
  3. 0 0
      style.min.css

+ 2 - 1
page-desk.php

@@ -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>

+ 8 - 1
style.css

@@ -1550,7 +1550,14 @@ body.art .site-title a {
 	margin: 0 auto;
 }
 
-
+/*============================================
+		Desk
+==============================================*/
+.row.desk {
+	background:#fff;
+	padding:30px;
+	box-shadow:0 0 5px rgba(0,0,0,.1)
+}
 
 /*============================================
 		Music 

File diff suppressed because it is too large
+ 0 - 0
style.min.css


Some files were not shown because too many files changed in this diff