A few more updates to remove HaskellEmbedded refs

This commit is contained in:
Chris Hodapp 2016-06-04 23:31:29 -04:00
parent af22d6f58f
commit 5a4c925911
3 changed files with 4 additions and 4 deletions

View File

@ -6,7 +6,7 @@ title: Home
<img src="/images/logo.svg" style="float: right; margin: 10px;" />
<p>Welcome to the embedded Haskell blog!</p>
<p>Welcome to Chris Hodapp's horribly neglected blog.</p>
<p>Here's a list of recent posts:</p>

View File

@ -3,7 +3,7 @@ $body$
<div id="disqus_thread"></div>
<script type="text/javascript">
/* * * CONFIGURATION VARIABLES * * */
var disqus_shortname = 'haskellembedded';
var disqus_shortname = 'hodapp_blog';
/* * * DON'T EDIT BELOW THIS LINE * * */
(function() {

View File

@ -6,7 +6,7 @@
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<title>Haskell Embedded Blog - $title$</title>
<title>Chris Hodapp's Blog - $title$</title>
<link href="/css/bootstrap.css" rel="stylesheet"/>
<link rel="stylesheet" type="text/css" href="/css/default.css"/>
<!-- syntax.css is Pandoc's syntax.css file, copied from:
@ -35,7 +35,7 @@
<body>
<div id="header">
<div id="logo">
<a href="/">Haskell Embedded Blog</a>
<a href="/">Chris Hodapp's Blog</a>
</div>
<div id="navigation">
<a href="/">Home</a>