Browse Source

sitemap desk

windhamdavid 4 years ago
parent
commit
871f8533a1
2 changed files with 4 additions and 2 deletions
  1. 2 1
      page-desk.php
  2. 2 1
      page-sitemap.php

+ 2 - 1
page-desk.php

@@ -14,7 +14,8 @@ get_header(); ?>
 		<div class="row desk">
 			<div class="col-sm-5">
 				<div class="entry-content">
-					<h4 class="georgia spread"><em><span class="firstcharacter">T</span>he internet is ok if you look in the right places. It's also awash with nonsense</em>. I'm just hoping not to contribute to the nonsense. I publish little essays, notes, ideas, images, or pretty much anything else I want to share here. This site started with mostly computer related ramblings, but I went elsewhere with it once I quit the social networks. I wrote a <a href="/my-personal-website/">post about this site</a> in 2020. Feel free to <a href="/contact/">contact me</a> if you have any feedback, questions, or just want to say hello. <br />Thanks for the visit,</h4>
+					<h4 class="georgia spread"><em><span class="firstcharacter">T</span>he internet is ok if you look in the right places. It's also awash with nonsense</em>. I'm just hoping not to contribute to the nonsense. I publish little essays, notes, ideas, images, or pretty much anything else I want to share here. This site started with mostly computer related ramblings, but I went elsewhere with it after I quit the social networks. I wrote a <a href="/my-personal-website/">post about this website</a>. The easiest way to quickly scan everything on it is through the <a href="/archive/">archive</a> or <a href="/sitemap/">sitemap</a> pages.
+            <br /><br />Feel free to <a href="/contact/">contact me</a> if you have any feedback, questions, or just want to say hello. <br /><br />Thanks for the visit,</h4>
 					<img src="<?php echo get_template_directory_uri() . '/img/dw_signature.png'; ?>" alt="David Windham Signature"/>
 					<img src="<?php echo get_template_directory_uri() . '/img/desk.png'; ?>" alt="Who Needs a Computer Anyway?" width="90%" style="margin:100px 10px;border:3px solid #cecece"/>
 				</div>

+ 2 - 1
page-sitemap.php

@@ -27,7 +27,8 @@ get_header(); ?>
 								<br />
 								<li><a href="../desk/" title="Desk" ><span class="fa fa-pencil fa-fw"></span> Desk</a>
 									<ul>
-										<a href="../desk/archive" title="Archive" ><span class="fa fa-archive fa-fw"></span> Archive</a>
+                    <a href="../desk/" title="Categories" ><span class="fa fa-book fa-fw"></span>Today I Learned</a>
+										&nbsp; | <a href="../desk/archive" title="Archive" ><span class="fa fa-archive fa-fw"></span> Archive</a>
 										&nbsp; | <a href="../desk/" title="Categories" ><span class="fa fa-folder-open-o fa-fw"></span>Topics</a>
 										&nbsp; | <a href="../desk/" title="Tags" ><span class="fa fa-tags fa-fw"></span>Tags</a>
 										&nbsp; | <a href="../mail/" title="Newsletter" ><span class="fa fa-paper-plane-o fa-fw"></span> Emails</a>