Skip to content

Commit a7d67ab

Browse files
committed
now with comments!
1 parent 9fa4dfd commit a7d67ab

5 files changed

+38
-4
lines changed

Diff for: _layouts/comments.html

+34
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
<!DOCTYPE HTML>
2+
3+
<html>
4+
<head>
5+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
6+
<meta name="author" content="John Stechschulte" />
7+
<link rel="stylesheet" type="text/css" href="/style.css" />
8+
<link rel="icon" type="image/vnd.microsoft.icon" href="/favicon.ico" sizes="16x16 32x32 48x48" />
9+
<title>{{ page.title }}</title>
10+
</head>
11+
<body>
12+
<header>
13+
<h1><a href="/">John Stechschulte</a></h1>
14+
</header>
15+
<section>
16+
{{ content }}
17+
</section>
18+
19+
<div id="disqus_thread"></div>
20+
<script type="text/javascript">
21+
/* * * CONFIGURATION VARIABLES * * */
22+
var disqus_shortname = 'stechschulte';
23+
24+
/* * * DON'T EDIT BELOW THIS LINE * * */
25+
(function() {
26+
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
27+
dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
28+
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
29+
})();
30+
</script>
31+
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript" rel="nofollow">comments powered by Disqus.</a></noscript>
32+
</body>
33+
</html>
34+

Diff for: _posts/2015-01-15-ponder-this-2014-12.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
layout: layout
2+
layout: comments
33
title: Ponder This in Go
44
---
55

Diff for: _posts/2015-02-01-board-game-recommendations.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
layout: layout
2+
layout: comments
33
title: A Board Game Recommendation Engine
44
---
55

Diff for: _posts/2015-02-16-hanabi-ai.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
layout: layout
2+
layout: comments
33
title: Hanabi AI
44
---
55

Diff for: _posts/2015-03-22-just-a-flashlight.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
layout: layout
2+
layout: comments
33
title: Just a Flashlight
44
---
55

0 commit comments

Comments
 (0)