Skip to content

Commit

Permalink
minor fixes and changes to permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
smergler committed Apr 16, 2013
1 parent 78c9a4f commit f12e119
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
3 changes: 2 additions & 1 deletion _config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# This is the default format.
# For more see: https://github.com/mojombo/jekyll/wiki/Permalinks
permalink: /:categories/:year/:month/:day/:title
#permalink: /:categories/:year/:month/:day/:title
permalink: /:title

exclude: [".rvmrc", ".rbenv-version", "README.md", "Rakefile", "changelog.md"]
watch: true
Expand Down
2 changes: 1 addition & 1 deletion _includes/themes/hooligan/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ <h4 style="margin-bottom: 2px;"><a href="http://dev.beaffinitive.com/">affinitiv
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_US/all.js#xfbml=1&appId=164701867022589";
js.src = "//connect.facebook.net/en_US/all.js#xfbml=1&appId={{ site.JB.comments.facebook.appId }}";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
{% include JB/analytics %}
Expand Down
5 changes: 2 additions & 3 deletions _includes/themes/hooligan/innerPost
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@
</span>
</h4>
{% endif %}
{% if post.tags == empty %}
{% else %}
{% unless post.tags == empty %}
<section>
<h4 class="tag_box inline">Tags
<ul class="tag_box inline">
Expand All @@ -28,7 +27,7 @@
</ul>
</h4>
</section>
{% endif %}
{% endunless %}
</div>
{{ post.content }}
<div class="span12 fb-comments" data-href="{{ BASE_PATH }}{{ post.url }}" data-num-posts="10" data-colorscheme="dark"></div>
Expand Down

0 comments on commit f12e119

Please sign in to comment.