Skip to content

Commit

Permalink
crawls site
Browse files Browse the repository at this point in the history
  • Loading branch information
davedash committed May 19, 2010
1 parent 23acd60 commit 34c04e5
Show file tree
Hide file tree
Showing 3 changed files with 1,227 additions and 1 deletion.
13 changes: 12 additions & 1 deletion _layouts/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
media="screen, projection" />

</head>
<body>
<body data-id="http://davedash.com{{ page.id }}/">
<header>
<h1><a href="/">Dave Dash</a></h1>
</header>
Expand All @@ -43,7 +43,18 @@ <h2>{{ page.title }}</h2>
<div id="post">
{{ content }}
</div>

<div id="disqus_thread"></div>
</div>

<!-- Move this into an external js -->
<script type="text/javascript">
var disqus_url = document.body.getAttribute('data-id');
var disqus_developer = true;
</script>
<script src="http://davedash.disqus.com/embed.js" type="text/javascript"
async="true">
</script>
</body>
</html>

Loading

0 comments on commit 34c04e5

Please sign in to comment.