Update 2017-02-13T09:06:56.729Z

This commit is contained in:
Joshua Seigler 2017-02-13 04:06:58 -05:00
parent 69a0e6e584
commit bb82db2a9c
13 changed files with 55 additions and 55 deletions

View file

@ -3,21 +3,21 @@
<head>
<meta charset="UTF-8">
<base href="https://joshua.seigler.net/">
<base href="https://seigler.github.io/joshua.seigler.net/">
<title> Posts - joshua.seigler.net </title>
<link rel="canonical" href="https://joshua.seigler.net/posts/">
<link rel="canonical" href="https://seigler.github.io/joshua.seigler.net/posts/">
<link href="" rel="alternate" type="application/rss+xml" title="joshua.seigler.net" />
<link rel="stylesheet" href="css/bundle.01645858.css"> </head>
<body class="posts">
<div class="wrapper">
<header>
<nav> <a href="/">Home</a> <a href="/about/">About</a> <a class="active" href="/posts/">Posts</a> <a href="/presentations/">Presentations</a> <a href="/projects/">Projects</a> </nav>
<nav> <a href="/joshua.seigler.net/">Home</a> <a href="/joshua.seigler.net/about/">About</a> <a class="active" href="/joshua.seigler.net/posts/">Posts</a> <a href="/joshua.seigler.net/presentations/">Presentations</a> <a href="/joshua.seigler.net/projects/">Projects</a> </nav>
</header>
<main>
<h1>Posts</h1>
<ul class="post-list">
<li> <a href="/posts/site-redesign/"><span class="title">Site redesign!</span> - <span class="summary">I rebuilt the site with a from-scratch Hugo theme. Styles are assembled from LESS with a Gulp task runner. Afterwards, static assets are revision-hashed, and markup is reformatted.</span></a> </li>
<li> <a href="/joshua.seigler.net/posts/site-redesign/"><span class="title">Site redesign!</span> - <span class="summary">I rebuilt the site with a from-scratch Hugo theme. Styles are assembled from LESS with a Gulp task runner. Afterwards, static assets are revision-hashed, and markup is reformatted.</span></a> </li>
</ul>
</main>
<footer> Copyright &copy; Joshua Seigler 2017 </footer>