Skip to content

Commit

Permalink
navigation corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
jwang committed Mar 28, 2011
1 parent ce19cbf commit cfc0277
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions _includes/disqus.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<script type="text/javascript">
var disqus_shortname = 'jtwang';

var disqus_identifier = {{ site.url }}{{ page.id }};
var disqus_url = {{ site.url }}{{ page.url }};
var disqus_identifier = "http://johntwang.com"{{ page.id }};
var disqus_url = "http://johntwang.com"{{ page.url }};

(function() {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
Expand Down
2 changes: 1 addition & 1 deletion _includes/header_nav.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<header>
<h1 class="G2 GS">
<a class="G1 GS" href="{{ site.url }}">John T Wang</a>
<a class="G1 GS" href="http://johntwang.com">John T Wang</a>
</h1><!-- .G2.GS -->
<nav>
<ul class="containsGrid G3" id="headerOne">
Expand Down

0 comments on commit cfc0277

Please sign in to comment.