footer
diff --git a/.sass-cache/217ffd7771fa7f94f8432db3481c121e32de7fcb/_layout.scssc b/.sass-cache/217ffd7771fa7f94f8432db3481c121e32de7fcb/_layout.scssc
index 4857bf6..62fc6c3 100644
--- a/.sass-cache/217ffd7771fa7f94f8432db3481c121e32de7fcb/_layout.scssc
+++ b/.sass-cache/217ffd7771fa7f94f8432db3481c121e32de7fcb/_layout.scssc
Binary files differ
diff --git a/_includes/footer.html b/_includes/footer.html
index 0c3594f..5b0ed2b 100755
--- a/_includes/footer.html
+++ b/_includes/footer.html
@@ -3,23 +3,26 @@
 		<div class="row">
 
 			<div class="col-12 col-sm-4">
+				<p>gem5</p>
 				<p><a href="{{ "/about" | prepend: site.baseurl }}">About</a></p>
 				<p><a href="{{ "/publications" | prepend: site.baseurl }}">Publications</a></p>
 				<p><a href="{{ "/contributing" | prepend: site.baseurl }}">Contributing</a></p>
 				<p><a href="{{ "/governance" | prepend: site.baseurl }}">Governance</a></p>
-			</div><br>
+			<br></div>
 
 			<div class="col-12 col-sm-4">
+				<p>Docs</p>
 				<p><a href="{{ "/introduction" | prepend: site.baseurl }}">Documentation</a></p>
 				<p><a href="http://gem5.org/Documentation">Old Documentation</a></p>
 				<p><a href="https://gem5.googlesource.com/public/gem5">Source</a></p>
-			</div><br>
+			<br></div>
 
 			<div class="col-12 col-sm-4">
+				<p>Help</p>
 				<p><a href="{{ "/search" | prepend: site.baseurl }}">Search</a></p>
 				<p><a href="#">Mailing Lists</a></p>
-				<p><a href="{{ site.sourceurl }}">Source For This Site</a></p>
-			</div>
+				<p><a href="{{ site.sourceurl }}">Website Source</a></p>
+			<br></div>
 
 		</div>
 	</div>
diff --git a/_pages/governance.md b/_pages/governance.md
index cb06727..986601c 100644
--- a/_pages/governance.md
+++ b/_pages/governance.md
@@ -7,8 +7,6 @@
 * TOC
 {:toc}
 
----
-
 # Overview
 ---
 gem5 is a meritocratic, consensus-based community project. Anyone with an interest in the project can join the community, contribute to the project design and participate in the decision-making process. Historically, gem5 development has been carried out both in industry and in academia. This document describes how that participation takes place and how to set about earning merit within the project community.
diff --git a/_sass/_layout.scss b/_sass/_layout.scss
index b861d37..a658af9 100755
--- a/_sass/_layout.scss
+++ b/_sass/_layout.scss
@@ -330,6 +330,8 @@
   }
 }
 
+
+/**** BLOG FORMATTING ****/
 div.blog {
   img {width: 100%;}
   iframe {width: 100%;}
@@ -350,3 +352,7 @@
     line-height: 15px;
   }
 }
+
+@media (max-width: 576px) {
+  body {margin-bottom: 575}
+}
diff --git a/_site/2015/06/09/gem5-horrors.html b/_site/2015/06/09/gem5-horrors.html
index 1858c33..917ed0a 100644
--- a/_site/2015/06/09/gem5-horrors.html
+++ b/_site/2015/06/09/gem5-horrors.html
@@ -409,23 +409,26 @@
 		<div class="row">
 
 			<div class="col-12 col-sm-4">
+				<p>gem5</p>
 				<p><a href="/about">About</a></p>
 				<p><a href="/publications">Publications</a></p>
 				<p><a href="/contributing">Contributing</a></p>
 				<p><a href="/governance">Governance</a></p>
-			</div><br>
+			<br></div>
 
 			<div class="col-12 col-sm-4">
+				<p>Docs</p>
 				<p><a href="/introduction">Documentation</a></p>
 				<p><a href="http://gem5.org/Documentation">Old Documentation</a></p>
 				<p><a href="https://gem5.googlesource.com/public/gem5">Source</a></p>
-			</div><br>
+			<br></div>
 
 			<div class="col-12 col-sm-4">
+				<p>Help</p>
 				<p><a href="/search">Search</a></p>
 				<p><a href="#">Mailing Lists</a></p>
 				<p><a href="https://github.com/gem5/new-website/tree/master/">Source For This Site</a></p>
-			</div>
+			<br></div>
 
 		</div>
 	</div>
diff --git a/_site/2018/06/01/gem5-spectre.html b/_site/2018/06/01/gem5-spectre.html
index 46533a3..6787a9e 100644
--- a/_site/2018/06/01/gem5-spectre.html
+++ b/_site/2018/06/01/gem5-spectre.html
@@ -550,23 +550,26 @@
 		<div class="row">
 
 			<div class="col-12 col-sm-4">
+				<p>gem5</p>
 				<p><a href="/about">About</a></p>
 				<p><a href="/publications">Publications</a></p>
 				<p><a href="/contributing">Contributing</a></p>
 				<p><a href="/governance">Governance</a></p>
-			</div><br>
+			<br></div>
 
 			<div class="col-12 col-sm-4">
+				<p>Docs</p>
 				<p><a href="/introduction">Documentation</a></p>
 				<p><a href="http://gem5.org/Documentation">Old Documentation</a></p>
 				<p><a href="https://gem5.googlesource.com/public/gem5">Source</a></p>
-			</div><br>
+			<br></div>
 
 			<div class="col-12 col-sm-4">
+				<p>Help</p>
 				<p><a href="/search">Search</a></p>
 				<p><a href="#">Mailing Lists</a></p>
 				<p><a href="https://github.com/gem5/new-website/tree/master/">Source For This Site</a></p>
-			</div>
+			<br></div>
 
 		</div>
 	</div>
diff --git a/_site/about/index.html b/_site/about/index.html
index eb57927..fc6a138 100644
--- a/_site/about/index.html
+++ b/_site/about/index.html
@@ -109,23 +109,26 @@
 		<div class="row">
 
 			<div class="col-12 col-sm-4">
+				<p>gem5</p>
 				<p><a href="/about">About</a></p>
 				<p><a href="/publications">Publications</a></p>
 				<p><a href="/contributing">Contributing</a></p>
 				<p><a href="/governance">Governance</a></p>
-			</div><br>
+			<br></div>
 
 			<div class="col-12 col-sm-4">
+				<p>Docs</p>
 				<p><a href="/introduction">Documentation</a></p>
 				<p><a href="http://gem5.org/Documentation">Old Documentation</a></p>
 				<p><a href="https://gem5.googlesource.com/public/gem5">Source</a></p>
-			</div><br>
+			<br></div>
 
 			<div class="col-12 col-sm-4">
+				<p>Help</p>
 				<p><a href="/search">Search</a></p>
 				<p><a href="#">Mailing Lists</a></p>
 				<p><a href="https://github.com/gem5/new-website/tree/master/">Source For This Site</a></p>
-			</div>
+			<br></div>
 
 		</div>
 	</div>
diff --git a/_site/assets/images/cluster-comparison.png b/_site/assets/images/cluster-comparison.png
deleted file mode 100755
index e0a3419..0000000
--- a/_site/assets/images/cluster-comparison.png
+++ /dev/null
Binary files differ
diff --git a/_site/assets/images/die-stacked-boxes.png b/_site/assets/images/die-stacked-boxes.png
deleted file mode 100755
index e1398bf..0000000
--- a/_site/assets/images/die-stacked-boxes.png
+++ /dev/null
Binary files differ
diff --git a/_site/assets/images/die-stacked.png b/_site/assets/images/die-stacked.png
deleted file mode 100755
index 6b7a562..0000000
--- a/_site/assets/images/die-stacked.png
+++ /dev/null
Binary files differ
diff --git a/_site/assets/images/output_14_0.png b/_site/assets/images/output_14_0.png
deleted file mode 100755
index 8d86a86..0000000
--- a/_site/assets/images/output_14_0.png
+++ /dev/null
Binary files differ
diff --git a/_site/assets/images/output_18_0.png b/_site/assets/images/output_18_0.png
deleted file mode 100755
index 67cd0d8..0000000
--- a/_site/assets/images/output_18_0.png
+++ /dev/null
Binary files differ
diff --git a/_site/assets/images/output_22_0.png b/_site/assets/images/output_22_0.png
deleted file mode 100755
index ae58f01..0000000
--- a/_site/assets/images/output_22_0.png
+++ /dev/null
Binary files differ
diff --git a/_site/assets/images/output_23_0.png b/_site/assets/images/output_23_0.png
deleted file mode 100755
index a85adae..0000000
--- a/_site/assets/images/output_23_0.png
+++ /dev/null
Binary files differ
diff --git a/_site/assets/images/output_27_0.png b/_site/assets/images/output_27_0.png
deleted file mode 100755
index fe8ba6e..0000000
--- a/_site/assets/images/output_27_0.png
+++ /dev/null
Binary files differ
diff --git a/_site/assets/images/traditional-boxes.png b/_site/assets/images/traditional-boxes.png
deleted file mode 100755
index 6222aa3..0000000
--- a/_site/assets/images/traditional-boxes.png
+++ /dev/null
Binary files differ
diff --git a/_site/blog/index.html b/_site/blog/index.html
index aa01b38..e5023f8 100644
--- a/_site/blog/index.html
+++ b/_site/blog/index.html
@@ -85,27 +85,34 @@
 
 	<main>
 		<br><br>
-<div class="container">
-	<h1 class="title">Blog</h1>
-	
-			<time>Jun 1, 2018</time>
-			<h3><a href="/2018/06/01/gem5-spectre.html">Visualizing Spectre with gem5</a></h3>
-			<hr><br>
-	
-			<time>Jan 13, 2017</time>
-			<h3><a href="/tools/2017/01/13/gem5-fs.html">Setting up gem5 full system</a></h3>
-			<hr><br>
-	
-			<time>Nov 24, 2015</time>
-			<h3><a href="/jekyll/update/2015/11/24/gem5-disks.html">Creating disk images for gem5</a></h3>
-			<hr><br>
-	
-			<time>Jun 9, 2015</time>
-			<h3><a href="/2015/06/09/gem5-horrors.html">gem5 Horrors and what we can do about it</a></h3>
-			<hr><br>
-	
+<div class="container blog">
+	<h1 class="title">Blog</h1><br>
 
-	<p>subscribe <a href="/feed.xml">via RSS</a></p>
+	<div class="row">
+		<div class="col-md-1"></div>
+		<div class="col-md-10">
+			
+					<time>Jun 1, 2018</time>
+					<h3><a href="/2018/06/01/gem5-spectre.html">Visualizing Spectre with gem5</a></h3>
+					<br><hr><br>
+			
+					<time>Jan 13, 2017</time>
+					<h3><a href="/tools/2017/01/13/gem5-fs.html">Setting up gem5 full system</a></h3>
+					<br><hr><br>
+			
+					<time>Nov 24, 2015</time>
+					<h3><a href="/jekyll/update/2015/11/24/gem5-disks.html">Creating disk images for gem5</a></h3>
+					<br><hr><br>
+			
+					<time>Jun 9, 2015</time>
+					<h3><a href="/2015/06/09/gem5-horrors.html">gem5 Horrors and what we can do about it</a></h3>
+					<br><hr><br>
+			
+			<p>subscribe <a href="/feed.xml">via RSS</a></p>
+		</div>
+		<div class="col-md-1"></div>
+	</div>
+
 </div>
 
 	</main>
@@ -115,23 +122,26 @@
 		<div class="row">
 
 			<div class="col-12 col-sm-4">
+				<p>gem5</p>
 				<p><a href="/about">About</a></p>
 				<p><a href="/publications">Publications</a></p>
 				<p><a href="/contributing">Contributing</a></p>
 				<p><a href="/governance">Governance</a></p>
-			</div><br>
+			<br></div>
 
 			<div class="col-12 col-sm-4">
+				<p>Docs</p>
 				<p><a href="/introduction">Documentation</a></p>
 				<p><a href="http://gem5.org/Documentation">Old Documentation</a></p>
 				<p><a href="https://gem5.googlesource.com/public/gem5">Source</a></p>
-			</div><br>
+			<br></div>
 
 			<div class="col-12 col-sm-4">
+				<p>Help</p>
 				<p><a href="/search">Search</a></p>
 				<p><a href="#">Mailing Lists</a></p>
 				<p><a href="https://github.com/gem5/new-website/tree/master/">Source For This Site</a></p>
-			</div>
+			<br></div>
 
 		</div>
 	</div>
diff --git a/_site/contact/index.html b/_site/contact/index.html
index 57675b8..5d46e17 100644
--- a/_site/contact/index.html
+++ b/_site/contact/index.html
@@ -106,23 +106,26 @@
 		<div class="row">
 
 			<div class="col-12 col-sm-4">
+				<p>gem5</p>
 				<p><a href="/about">About</a></p>
 				<p><a href="/publications">Publications</a></p>
 				<p><a href="/contributing">Contributing</a></p>
 				<p><a href="/governance">Governance</a></p>
-			</div><br>
+			<br></div>
 
 			<div class="col-12 col-sm-4">
+				<p>Docs</p>
 				<p><a href="/introduction">Documentation</a></p>
 				<p><a href="http://gem5.org/Documentation">Old Documentation</a></p>
 				<p><a href="https://gem5.googlesource.com/public/gem5">Source</a></p>
-			</div><br>
+			<br></div>
 
 			<div class="col-12 col-sm-4">
+				<p>Help</p>
 				<p><a href="/search">Search</a></p>
 				<p><a href="#">Mailing Lists</a></p>
 				<p><a href="https://github.com/gem5/new-website/tree/master/">Source For This Site</a></p>
-			</div>
+			<br></div>
 
 		</div>
 	</div>
diff --git a/_site/contributing/index.html b/_site/contributing/index.html
index d29cf92..abdd673 100644
--- a/_site/contributing/index.html
+++ b/_site/contributing/index.html
@@ -568,23 +568,26 @@
 		<div class="row">
 
 			<div class="col-12 col-sm-4">
+				<p>gem5</p>
 				<p><a href="/about">About</a></p>
 				<p><a href="/publications">Publications</a></p>
 				<p><a href="/contributing">Contributing</a></p>
 				<p><a href="/governance">Governance</a></p>
-			</div><br>
+			<br></div>
 
 			<div class="col-12 col-sm-4">
+				<p>Docs</p>
 				<p><a href="/introduction">Documentation</a></p>
 				<p><a href="http://gem5.org/Documentation">Old Documentation</a></p>
 				<p><a href="https://gem5.googlesource.com/public/gem5">Source</a></p>
-			</div><br>
+			<br></div>
 
 			<div class="col-12 col-sm-4">
+				<p>Help</p>
 				<p><a href="/search">Search</a></p>
 				<p><a href="#">Mailing Lists</a></p>
 				<p><a href="https://github.com/gem5/new-website/tree/master/">Source For This Site</a></p>
-			</div>
+			<br></div>
 
 		</div>
 	</div>
diff --git a/_site/css/main.css b/_site/css/main.css
index 0303efd..c5b7826 100644
--- a/_site/css/main.css
+++ b/_site/css/main.css
@@ -264,6 +264,7 @@
   ul#search-results a {
     text-decoration-color: black; }
 
+/**** BLOG FORMATTING ****/
 div.blog img {
   width: 100%; }
 div.blog iframe {
@@ -282,6 +283,9 @@
   footer p {
     line-height: 15px; }
 
+@media (max-width: 576px) {
+  body {
+    margin-bottom: 575; } }
 /**
  * Syntax highlighting styles
  */
diff --git a/_site/feed.xml b/_site/feed.xml
index 16731a5..fd5dbdb 100644
--- a/_site/feed.xml
+++ b/_site/feed.xml
@@ -5,8 +5,8 @@
     <description></description>
     <link>http://localhost:4000/</link>
     <atom:link href="http://localhost:4000/feed.xml" rel="self" type="application/rss+xml" />
-    <pubDate>Mon, 21 Jan 2019 02:19:31 -0800</pubDate>
-    <lastBuildDate>Mon, 21 Jan 2019 02:19:31 -0800</lastBuildDate>
+    <pubDate>Mon, 21 Jan 2019 12:53:57 -0800</pubDate>
+    <lastBuildDate>Mon, 21 Jan 2019 12:53:57 -0800</lastBuildDate>
     <generator>Jekyll v3.7.4</generator>
     
       <item>
diff --git a/_site/governance/index.html b/_site/governance/index.html
index 4e66b3f..a8803f9 100644
--- a/_site/governance/index.html
+++ b/_site/governance/index.html
@@ -114,8 +114,6 @@
   </li>
 </ul>
 
-<hr />
-
 <h1 id="overview">Overview</h1>
 <hr />
 <p>gem5 is a meritocratic, consensus-based community project. Anyone with an interest in the project can join the community, contribute to the project design and participate in the decision-making process. Historically, gem5 development has been carried out both in industry and in academia. This document describes how that participation takes place and how to set about earning merit within the project community.</p>
@@ -319,23 +317,26 @@
 		<div class="row">
 
 			<div class="col-12 col-sm-4">
+				<p>gem5</p>
 				<p><a href="/about">About</a></p>
 				<p><a href="/publications">Publications</a></p>
 				<p><a href="/contributing">Contributing</a></p>
 				<p><a href="/governance">Governance</a></p>
-			</div><br>
+			<br></div>
 
 			<div class="col-12 col-sm-4">
+				<p>Docs</p>
 				<p><a href="/introduction">Documentation</a></p>
 				<p><a href="http://gem5.org/Documentation">Old Documentation</a></p>
 				<p><a href="https://gem5.googlesource.com/public/gem5">Source</a></p>
-			</div><br>
+			<br></div>
 
 			<div class="col-12 col-sm-4">
+				<p>Help</p>
 				<p><a href="/search">Search</a></p>
 				<p><a href="#">Mailing Lists</a></p>
 				<p><a href="https://github.com/gem5/new-website/tree/master/">Source For This Site</a></p>
-			</div>
+			<br></div>
 
 		</div>
 	</div>
diff --git a/_site/help/index.html b/_site/help/index.html
index d2017eb..630cf37 100644
--- a/_site/help/index.html
+++ b/_site/help/index.html
@@ -109,23 +109,26 @@
 		<div class="row">
 
 			<div class="col-12 col-sm-4">
+				<p>gem5</p>
 				<p><a href="/about">About</a></p>
 				<p><a href="/publications">Publications</a></p>
 				<p><a href="/contributing">Contributing</a></p>
 				<p><a href="/governance">Governance</a></p>
-			</div><br>
+			<br></div>
 
 			<div class="col-12 col-sm-4">
+				<p>Docs</p>
 				<p><a href="/introduction">Documentation</a></p>
 				<p><a href="http://gem5.org/Documentation">Old Documentation</a></p>
 				<p><a href="https://gem5.googlesource.com/public/gem5">Source</a></p>
-			</div><br>
+			<br></div>
 
 			<div class="col-12 col-sm-4">
+				<p>Help</p>
 				<p><a href="/search">Search</a></p>
 				<p><a href="#">Mailing Lists</a></p>
 				<p><a href="https://github.com/gem5/new-website/tree/master/">Source For This Site</a></p>
-			</div>
+			<br></div>
 
 		</div>
 	</div>
diff --git a/_site/index.html b/_site/index.html
index a1f8513..b0b0c07 100644
--- a/_site/index.html
+++ b/_site/index.html
@@ -85,7 +85,7 @@
 
 	<main>
 		<header>
-  <img src="assets/img/gem5ColorVert.gif" height="200px;">
+  <img src="/assets/img/gem5ColorVert.gif" height="200px;">
   <p>Modular platform for computer-system architecture research</p>
   <a href="/building"><button type="button" class="btn btn-primary" href="">Get Started</button></a>
   <a href="https://gem5.googlesource.com/public/gem5"><button type="button" class="btn btn-outline-primary">Source</button></a>
@@ -161,23 +161,26 @@
 		<div class="row">
 
 			<div class="col-12 col-sm-4">
+				<p>gem5</p>
 				<p><a href="/about">About</a></p>
 				<p><a href="/publications">Publications</a></p>
 				<p><a href="/contributing">Contributing</a></p>
 				<p><a href="/governance">Governance</a></p>
-			</div><br>
+			<br></div>
 
 			<div class="col-12 col-sm-4">
+				<p>Docs</p>
 				<p><a href="/introduction">Documentation</a></p>
 				<p><a href="http://gem5.org/Documentation">Old Documentation</a></p>
 				<p><a href="https://gem5.googlesource.com/public/gem5">Source</a></p>
-			</div><br>
+			<br></div>
 
 			<div class="col-12 col-sm-4">
+				<p>Help</p>
 				<p><a href="/search">Search</a></p>
 				<p><a href="#">Mailing Lists</a></p>
 				<p><a href="https://github.com/gem5/new-website/tree/master/">Source For This Site</a></p>
-			</div>
+			<br></div>
 
 		</div>
 	</div>
diff --git a/_site/jekyll/update/2015/11/24/gem5-disks.html b/_site/jekyll/update/2015/11/24/gem5-disks.html
index a7eda44..c37dc46 100644
--- a/_site/jekyll/update/2015/11/24/gem5-disks.html
+++ b/_site/jekyll/update/2015/11/24/gem5-disks.html
@@ -321,23 +321,26 @@
 		<div class="row">
 
 			<div class="col-12 col-sm-4">
+				<p>gem5</p>
 				<p><a href="/about">About</a></p>
 				<p><a href="/publications">Publications</a></p>
 				<p><a href="/contributing">Contributing</a></p>
 				<p><a href="/governance">Governance</a></p>
-			</div><br>
+			<br></div>
 
 			<div class="col-12 col-sm-4">
+				<p>Docs</p>
 				<p><a href="/introduction">Documentation</a></p>
 				<p><a href="http://gem5.org/Documentation">Old Documentation</a></p>
 				<p><a href="https://gem5.googlesource.com/public/gem5">Source</a></p>
-			</div><br>
+			<br></div>
 
 			<div class="col-12 col-sm-4">
+				<p>Help</p>
 				<p><a href="/search">Search</a></p>
 				<p><a href="#">Mailing Lists</a></p>
 				<p><a href="https://github.com/gem5/new-website/tree/master/">Source For This Site</a></p>
-			</div>
+			<br></div>
 
 		</div>
 	</div>
diff --git a/_site/publications/index.html b/_site/publications/index.html
index 657a1c6..ceff180 100644
--- a/_site/publications/index.html
+++ b/_site/publications/index.html
@@ -750,23 +750,26 @@
 		<div class="row">
 
 			<div class="col-12 col-sm-4">
+				<p>gem5</p>
 				<p><a href="/about">About</a></p>
 				<p><a href="/publications">Publications</a></p>
 				<p><a href="/contributing">Contributing</a></p>
 				<p><a href="/governance">Governance</a></p>
-			</div><br>
+			<br></div>
 
 			<div class="col-12 col-sm-4">
+				<p>Docs</p>
 				<p><a href="/introduction">Documentation</a></p>
 				<p><a href="http://gem5.org/Documentation">Old Documentation</a></p>
 				<p><a href="https://gem5.googlesource.com/public/gem5">Source</a></p>
-			</div><br>
+			<br></div>
 
 			<div class="col-12 col-sm-4">
+				<p>Help</p>
 				<p><a href="/search">Search</a></p>
 				<p><a href="#">Mailing Lists</a></p>
 				<p><a href="https://github.com/gem5/new-website/tree/master/">Source For This Site</a></p>
-			</div>
+			<br></div>
 
 		</div>
 	</div>
diff --git a/_site/search/index.html b/_site/search/index.html
index e997506..72edfb6 100644
--- a/_site/search/index.html
+++ b/_site/search/index.html
@@ -347,23 +347,26 @@
 		<div class="row">
 
 			<div class="col-12 col-sm-4">
+				<p>gem5</p>
 				<p><a href="/about">About</a></p>
 				<p><a href="/publications">Publications</a></p>
 				<p><a href="/contributing">Contributing</a></p>
 				<p><a href="/governance">Governance</a></p>
-			</div><br>
+			<br></div>
 
 			<div class="col-12 col-sm-4">
+				<p>Docs</p>
 				<p><a href="/introduction">Documentation</a></p>
 				<p><a href="http://gem5.org/Documentation">Old Documentation</a></p>
 				<p><a href="https://gem5.googlesource.com/public/gem5">Source</a></p>
-			</div><br>
+			<br></div>
 
 			<div class="col-12 col-sm-4">
+				<p>Help</p>
 				<p><a href="/search">Search</a></p>
 				<p><a href="#">Mailing Lists</a></p>
 				<p><a href="https://github.com/gem5/new-website/tree/master/">Source For This Site</a></p>
-			</div>
+			<br></div>
 
 		</div>
 	</div>
diff --git a/_site/tools/2017/01/13/gem5-fs.html b/_site/tools/2017/01/13/gem5-fs.html
index ae2312f..cd44c9c 100644
--- a/_site/tools/2017/01/13/gem5-fs.html
+++ b/_site/tools/2017/01/13/gem5-fs.html
@@ -357,23 +357,26 @@
 		<div class="row">
 
 			<div class="col-12 col-sm-4">
+				<p>gem5</p>
 				<p><a href="/about">About</a></p>
 				<p><a href="/publications">Publications</a></p>
 				<p><a href="/contributing">Contributing</a></p>
 				<p><a href="/governance">Governance</a></p>
-			</div><br>
+			<br></div>
 
 			<div class="col-12 col-sm-4">
+				<p>Docs</p>
 				<p><a href="/introduction">Documentation</a></p>
 				<p><a href="http://gem5.org/Documentation">Old Documentation</a></p>
 				<p><a href="https://gem5.googlesource.com/public/gem5">Source</a></p>
-			</div><br>
+			<br></div>
 
 			<div class="col-12 col-sm-4">
+				<p>Help</p>
 				<p><a href="/search">Search</a></p>
 				<p><a href="#">Mailing Lists</a></p>
 				<p><a href="https://github.com/gem5/new-website/tree/master/">Source For This Site</a></p>
-			</div>
+			<br></div>
 
 		</div>
 	</div>
diff --git a/blog/index.html b/blog/index.html
index 3de143d..579ba05 100755
--- a/blog/index.html
+++ b/blog/index.html
@@ -2,13 +2,20 @@
 layout: default
 ---
 <br><br>
-<div class="container">
-	<h1 class="title">Blog</h1>
-	{% for post in site.posts %}
-			<time>{{ post.date | date: "%b %-d, %Y" }}</time>
-			<h3><a href="{{ post.url | prepend: site.baseurl }}">{{ post.title }}</a></h3>
-			<hr><br>
-	{% endfor %}
+<div class="container blog">
+	<h1 class="title">Blog</h1><br>
 
-	<p>subscribe <a href="{{ "/feed.xml" | prepend: site.baseurl }}">via RSS</a></p>
+	<div class="row">
+		<div class="col-md-1"></div>
+		<div class="col-md-10">
+			{% for post in site.posts %}
+					<time>{{ post.date | date: "%b %-d, %Y" }}</time>
+					<h3><a href="{{ post.url | prepend: site.baseurl }}">{{ post.title }}</a></h3>
+					<br><hr><br>
+			{% endfor %}
+			<p>subscribe <a href="{{ "/feed.xml" | prepend: site.baseurl }}">via RSS</a></p>
+		</div>
+		<div class="col-md-1"></div>
+	</div>
+
 </div>