windhamdavid 6 years ago
parent
commit
505a602048
1 changed files with 28 additions and 3 deletions
  1. 28 3
      page-desk.php

+ 28 - 3
page-desk.php

@@ -22,12 +22,16 @@ get_header(); ?>
 			<div class="col-sm-4 studio-tools">
 				<ul>
 					<li>Recent Posts</li>
-					<?php $recentposts = get_posts('numberposts=47'); foreach ($recentposts as $post) : setup_postdata($post); ?>
+					<?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; ?>
 				</ul>
 			</div>	
 			<div class="col-sm-3">
+				<div class="row"style="padding:20px 0 0 0;">
+					<h5>Search</h5>
+					<?php get_search_form(); ?>
+				</div>
 				<div class="row">
 					<div class="col-xs-6 studio-tools">		
 						<ul>
@@ -53,8 +57,29 @@ get_header(); ?>
 				</div>
 				<div class="row">
 					<div class="col-xs-12 studio-tools">
-						<h5>Search:</h5>
-						<?php get_search_form(); ?>
+						<h5><a href="https://davidawindham.com/til/til.html">Today I Learned</a></h5>
+						<ul>
+						<li><p>November 2017</p>
+						<ul>
+						<li><a href="host/siege-sproxy.html">Benchmarking Sites with Firefox, Siege, and Sproxy</a></li>
+						<li><a href="https://en.wikipedia.org/wiki/Disinformation" target="_blank">The Word Disinformation is a translation of a the Russian word dezinformatsiya, which is derived from KGB propaganda</a></li>
+						</ul>
+						</li>
+						<br />
+						<li><p>October 2017</p>
+						<ul>
+						<li><a href="https://en.wikipedia.org/wiki/Eliminative_materialism" target="_blank">Eliminative materialism</a></li>
+						<li><a href="https://en.wikipedia.org/wiki/List_of_pantheists" target="_blank">List of Pantheists</a></li>
+						<li><a href="https://en.wikipedia.org/wiki/Metcalfe%27s_law" target="_blank">Metcalfe&apos;s law</a></li>
+						<li><a href="https://en.wikipedia.org/wiki/Regulatory_capture" target="_blank">Regulatory Capture</a>  </li>
+						<li><a href="https://en.wikipedia.org/wiki/Charles_Harrelson" target="_blank">Woody Harrelson&apos;s Father was a hit man</a></li>
+						<li><a href="https://en.wikipedia.org/wiki/Epic_of_Gilgamesh" target="_blank">Epic of Gilgamesh</a></li>
+						<li><a href="https://www.salon.com/2017/09/16/33-13-devo-excerpt/" target="_blank">Whip It (Devo song) intended to satirize American optimism</a></li>
+						</ul>
+						</li>
+						</ul>
+
+						
 					</div>
 				</div>
 			</div>