rebuilding site Wed Jun 25 00:50:19 EDT 2014
This commit is contained in:
@@ -6,14 +6,14 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<base href="http://spencerlyon2.github.io/hugo_gh_blog/">
|
||||
<base href="/spencerlyon2.github.io/hugo_gh_blog">
|
||||
<title> First Post </title>
|
||||
<link rel="canonical" href="http://spencerlyon2.github.io/hugo_gh_blog/posts/oldest">
|
||||
<link rel="canonical" href="/posts/oldest">
|
||||
|
||||
|
||||
<link rel="stylesheet" href="http://spencerlyon2.github.io/hugo_gh_blog/css/poole.css">
|
||||
<link rel="stylesheet" href="http://spencerlyon2.github.io/hugo_gh_blog/css/syntax.css">
|
||||
<link rel="stylesheet" href="http://spencerlyon2.github.io/hugo_gh_blog/css/lanyon.css">
|
||||
<link rel="stylesheet" href="/css/poole.css">
|
||||
<link rel="stylesheet" href="/css/syntax.css">
|
||||
<link rel="stylesheet" href="/css/lanyon.css">
|
||||
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=PT+Serif:400,400italic,700|PT+Sans:400">
|
||||
|
||||
</head>
|
||||
@@ -29,9 +29,9 @@
|
||||
<div class="sidebar" id="sidebar">
|
||||
|
||||
<nav class="sidebar-nav">
|
||||
<a class="sidebar-nav-item" href="http://spencerlyon2.github.io/hugo_gh_blog/">Home</a>
|
||||
<a class="sidebar-nav-item" href="/">Home</a>
|
||||
|
||||
<a class="sidebar-nav-item" href="http://spencerlyon2.github.io/hugo_gh_blog/posts">Blog</a>
|
||||
<a class="sidebar-nav-item" href="/posts">Blog</a>
|
||||
</nav>
|
||||
|
||||
<div class="sidebar-item">
|
||||
@@ -47,7 +47,7 @@
|
||||
<div class="masthead">
|
||||
<div class="container">
|
||||
<h3 class="masthead-title">
|
||||
<a href="http://spencerlyon2.github.io/hugo_gh_blog/posts" title="Blog">Blog Posts</a>
|
||||
<a href="/posts" title="Blog">Blog Posts</a>
|
||||
</h3>
|
||||
</div>
|
||||
</div>
|
||||
@@ -89,7 +89,7 @@ proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
|
||||
<hr />
|
||||
|
||||
<span class="left">
|
||||
<em>« Previous:</em> <a class="next" href="http://spencerlyon2.github.io/hugo_gh_blog/posts/middle">Second Post</a>
|
||||
<em>« Previous:</em> <a class="next" href="/posts/middle">Second Post</a>
|
||||
</span>
|
||||
|
||||
|
||||
@@ -102,9 +102,9 @@ proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
|
||||
<ul class="catlist">
|
||||
<li><em>Categories: </em></li>
|
||||
|
||||
<li><a href="http://spencerlyon2.github.io/hugo_gh_blog/categories/test">test</a> </li>
|
||||
<li><a href="/categories/test">test</a> </li>
|
||||
|
||||
<li><a href="http://spencerlyon2.github.io/hugo_gh_blog/categories/blah">blah</a> </li>
|
||||
<li><a href="/categories/blah">blah</a> </li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
@@ -118,7 +118,7 @@ proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
|
||||
<footer>
|
||||
<div>
|
||||
<p class="right credit">
|
||||
Fancy footer here. Link to <a href="http://spencerlyon2.github.io/hugo_gh_blog/">Home Page</a>
|
||||
Fancy footer here. Link to <a href="/">Home Page</a>
|
||||
</p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
Reference in New Issue
Block a user