Skip to content
This repository has been archived by the owner on Jan 4, 2024. It is now read-only.

Commit

Permalink
fixed comments and reactions count at top of each post and on in dex …
Browse files Browse the repository at this point in the history
…page
  • Loading branch information
sckott committed Sep 2, 2012
1 parent c44fa5b commit efc09e9
Show file tree
Hide file tree
Showing 195 changed files with 845 additions and 4,743 deletions.
1 change: 1 addition & 0 deletions _includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
<noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
<a href="http://disqus.com" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus</span></a>


<p>Designed and built using <a href="http://twitter.github.com/bootstrap/" target="_blank">Twitter Bootstrap</a>, <a href="http://jekyllrb.com/" target="_blank">Jekyll</a>, slightly modified by <a href="https://github.com/erjjones" target="_blank">Erjjones</a>, and even more modified by <a href="https://github.com/schamberlain" target="_blank">schamberlain</a>.</p>
<p>Code licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0" target="_blank">Apache License v2.0</a>. Documentation licensed under <a href="http://creativecommons.org/licenses/by/3.0/">CC BY 3.0</a>.</p>
<p>Icons from <a href="http://glyphicons.com">Glyphicons Free</a>, licensed under <a href="http://creativecommons.org/licenses/by/3.0/">CC BY 3.0</a>.</p>
Expand Down
7 changes: 4 additions & 3 deletions _includes/post_header.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@

<div class="row">
<p><h1>{{ page.title }}</h1></p>
<div class="span3 column">
<h4><strong>{{ page.date | date: "%B %e, %Y" }} <small>. {{ page.category }} . <a href="http://schamberlain.github.com{{ page.url }}#disqus_thread" data-disqus-identifier="{{ page.url }}">Comments</a></small></strong>
<div class="span4 column">
<h4><strong>{{ page.date | date: "%B %e, %Y" }} <small> <a href="http://schamberlain.github.com{{ page.url }}#disqus_thread">Comments</a></small></strong>
<br/><small>Tags: {% for tag in page.tags %} <a href="/tags/{{ tag }}" title="View posts tagged with &quot;{{ tag }}&quot;"><u>{{ tag }}</u></a> {% if forloop.last != true %} {% endif %} {% endfor %} </small></h4>
</div>
<div class="span9 column">
<div class="span8 column">
<p class="pull-right">{% if page.previous.url %} <a href="{{page.previous.url}}" title="Previous Post: {{page.previous.title}}"><i class="icon-chevron-left"></i></a> {% endif %} {% if page.next.url %} <a href="{{page.next.url}}" title="Next Post: {{page.next.title}}"><i class="icon-chevron-right"></i></a> {% endif %} </p>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion _layouts/tag_index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ <h2>{{page.title}}</h2>
<tr>
<td>
<h3><a href="{{ post.url }}">{{ post.title }}</a></h3>
<p><strong>{{ post.date | date: "%B %e, %Y" }}</strong> . {{ post.category }} . <a href="http://schamberlain.github.com{{ post.url }}#disqus_thread" data-disqus-identifier="{{ post.url }}"></a>
<p><strong>{{ post.date | date: "%B %e, %Y" }}</strong> . {{ post.category }} . <a href="http://schamberlain.github.com{{ post.url }}#disqus_thread"></a>
<br/><small><i>{{ post.summary }}</i></small>
<br/><small><i class="icon-tags"></i> {% for tag in post.tags %} <a href="/tags/{{ tag }}" title="View posts tagged with &quot;{{ tag }}&quot;"><u>{{ tag }}</u></a> {% if forloop.last != true %} {% endif %} {% endfor %} </small></p>
</td>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,14 @@
<div class="container">
<div class="marketing">
<div class="content">
<div class="row">

<div class="row">
<p><h1>A new blog about using R for ecology and evolution</h1></p>
<div class="span3 column">
<h4><strong>December 27, 2010 <small>. . <a href="http://schamberlain.github.com/2010/12/a-new-blog-about-using-r-for-ecology-and-evolution/#disqus_thread" data-disqus-identifier="/2010/12/a-new-blog-about-using-r-for-ecology-and-evolution/">Comments</a></small></strong>
<div class="span4 column">
<h4><strong>December 27, 2010 <small> <a href="http://schamberlain.github.com/2010/12/a-new-blog-about-using-r-for-ecology-and-evolution/#disqus_thread">Comments</a></small></strong>
<br/><small>Tags: <a href="/tags/Evolution" title="View posts tagged with &quot;Evolution&quot;"><u>Evolution</u></a> <a href="/tags/Ecology" title="View posts tagged with &quot;Ecology&quot;"><u>Ecology</u></a> <a href="/tags/R" title="View posts tagged with &quot;R&quot;"><u>R</u></a> </small></h4>
</div>
<div class="span9 column">
<div class="span8 column">
<p class="pull-right"> <a href="/2010/12/phylogenetic-meta-analysis-in-r-using-phylometa/" title="Next Post: Phylogenetic meta-analysis in R using Phylometa"><i class="icon-chevron-right"></i></a> </p>
</div>
</div>
Expand Down Expand Up @@ -104,10 +105,11 @@ <h4><strong>December 27, 2010 <small>. . <a href="http://schamberlain.github.co
<noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
<a href="http://disqus.com" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus</span></a>


<p>Designed and built using <a href="http://twitter.github.com/bootstrap/" target="_blank">Twitter Bootstrap</a>, <a href="http://jekyllrb.com/" target="_blank">Jekyll</a>, slightly modified by <a href="https://github.com/erjjones" target="_blank">Erjjones</a>, and even more modified by <a href="https://github.com/schamberlain" target="_blank">schamberlain</a>.</p>
<p>Code licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0" target="_blank">Apache License v2.0</a>. Documentation licensed under <a href="http://creativecommons.org/licenses/by/3.0/">CC BY 3.0</a>.</p>
<p>Icons from <a href="http://glyphicons.com">Glyphicons Free</a>, licensed under <a href="http://creativecommons.org/licenses/by/3.0/">CC BY 3.0</a>.</p>
<p>Page last generated on September 1, 2012</p>
<p>Page last generated on September 2, 2012</p>
</footer>
</div>
<script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
Expand Down
12 changes: 7 additions & 5 deletions _site/2010/12/ngram-ecological-terms/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,14 @@
<div class="container">
<div class="marketing">
<div class="content">
<div class="row">

<div class="row">
<p><h1>Ngram ecological terms</h1></p>
<div class="span3 column">
<h4><strong>December 29, 2010 <small>. . <a href="http://schamberlain.github.com/2010/12/ngram-ecological-terms/#disqus_thread" data-disqus-identifier="/2010/12/ngram-ecological-terms/">Comments</a></small></strong>
<div class="span4 column">
<h4><strong>December 29, 2010 <small> <a href="http://schamberlain.github.com/2010/12/ngram-ecological-terms/#disqus_thread">Comments</a></small></strong>
<br/><small>Tags: </small></h4>
</div>
<div class="span9 column">
<div class="span8 column">
<p class="pull-right"> <a href="/2010/12/phylogenetic-meta-analysis-in-r-using-phylometa/" title="Previous Post: Phylogenetic meta-analysis in R using Phylometa"><i class="icon-chevron-left"></i></a> <a href="/2011/01/new-approach-to-analysis-of-phylogenetic-community-structure/" title="Next Post: New approach to analysis of phylogenetic community structure"><i class="icon-chevron-right"></i></a> </p>
</div>
</div>
Expand Down Expand Up @@ -106,10 +107,11 @@ <h4><strong>December 29, 2010 <small>. . <a href="http://schamberlain.github.co
<noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
<a href="http://disqus.com" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus</span></a>


<p>Designed and built using <a href="http://twitter.github.com/bootstrap/" target="_blank">Twitter Bootstrap</a>, <a href="http://jekyllrb.com/" target="_blank">Jekyll</a>, slightly modified by <a href="https://github.com/erjjones" target="_blank">Erjjones</a>, and even more modified by <a href="https://github.com/schamberlain" target="_blank">schamberlain</a>.</p>
<p>Code licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0" target="_blank">Apache License v2.0</a>. Documentation licensed under <a href="http://creativecommons.org/licenses/by/3.0/">CC BY 3.0</a>.</p>
<p>Icons from <a href="http://glyphicons.com">Glyphicons Free</a>, licensed under <a href="http://creativecommons.org/licenses/by/3.0/">CC BY 3.0</a>.</p>
<p>Page last generated on September 1, 2012</p>
<p>Page last generated on September 2, 2012</p>
</footer>
</div>
<script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,14 @@
<div class="container">
<div class="marketing">
<div class="content">
<div class="row">

<div class="row">
<p><h1>Phylogenetic meta-analysis in R using Phylometa</h1></p>
<div class="span3 column">
<h4><strong>December 28, 2010 <small>. . <a href="http://schamberlain.github.com/2010/12/phylogenetic-meta-analysis-in-r-using-phylometa/#disqus_thread" data-disqus-identifier="/2010/12/phylogenetic-meta-analysis-in-r-using-phylometa/">Comments</a></small></strong>
<div class="span4 column">
<h4><strong>December 28, 2010 <small> <a href="http://schamberlain.github.com/2010/12/phylogenetic-meta-analysis-in-r-using-phylometa/#disqus_thread">Comments</a></small></strong>
<br/><small>Tags: <a href="/tags/ggplot2" title="View posts tagged with &quot;ggplot2&quot;"><u>ggplot2</u></a> <a href="/tags/Evolution" title="View posts tagged with &quot;Evolution&quot;"><u>Evolution</u></a> <a href="/tags/Ecology" title="View posts tagged with &quot;Ecology&quot;"><u>Ecology</u></a> <a href="/tags/Phylogenetics" title="View posts tagged with &quot;Phylogenetics&quot;"><u>Phylogenetics</u></a> <a href="/tags/R" title="View posts tagged with &quot;R&quot;"><u>R</u></a> </small></h4>
</div>
<div class="span9 column">
<div class="span8 column">
<p class="pull-right"> <a href="/2010/12/a-new-blog-about-using-r-for-ecology-and-evolution/" title="Previous Post: A new blog about using R for ecology and evolution"><i class="icon-chevron-left"></i></a> <a href="/2010/12/ngram-ecological-terms/" title="Next Post: Ngram ecological terms"><i class="icon-chevron-right"></i></a> </p>
</div>
</div>
Expand Down Expand Up @@ -111,10 +112,11 @@ <h4><strong>December 28, 2010 <small>. . <a href="http://schamberlain.github.co
<noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
<a href="http://disqus.com" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus</span></a>


<p>Designed and built using <a href="http://twitter.github.com/bootstrap/" target="_blank">Twitter Bootstrap</a>, <a href="http://jekyllrb.com/" target="_blank">Jekyll</a>, slightly modified by <a href="https://github.com/erjjones" target="_blank">Erjjones</a>, and even more modified by <a href="https://github.com/schamberlain" target="_blank">schamberlain</a>.</p>
<p>Code licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0" target="_blank">Apache License v2.0</a>. Documentation licensed under <a href="http://creativecommons.org/licenses/by/3.0/">CC BY 3.0</a>.</p>
<p>Icons from <a href="http://glyphicons.com">Glyphicons Free</a>, licensed under <a href="http://creativecommons.org/licenses/by/3.0/">CC BY 3.0</a>.</p>
<p>Page last generated on September 1, 2012</p>
<p>Page last generated on September 2, 2012</p>
</footer>
</div>
<script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
Expand Down
12 changes: 7 additions & 5 deletions _site/2011/01/bipartite-networks-and-r/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,14 @@
<div class="container">
<div class="marketing">
<div class="content">
<div class="row">

<div class="row">
<p><h1>Bipartite networks and R</h1></p>
<div class="span3 column">
<h4><strong>January 14, 2011 <small>. . <a href="http://schamberlain.github.com/2011/01/bipartite-networks-and-r/#disqus_thread" data-disqus-identifier="/2011/01/bipartite-networks-and-r/">Comments</a></small></strong>
<div class="span4 column">
<h4><strong>January 14, 2011 <small> <a href="http://schamberlain.github.com/2011/01/bipartite-networks-and-r/#disqus_thread">Comments</a></small></strong>
<br/><small>Tags: <a href="/tags/Networks" title="View posts tagged with &quot;Networks&quot;"><u>Networks</u></a> <a href="/tags/R" title="View posts tagged with &quot;R&quot;"><u>R</u></a> </small></h4>
</div>
<div class="span9 column">
<div class="span8 column">
<p class="pull-right"> <a href="/2011/01/just-for-fun-recoverygov-data-snooping/" title="Previous Post: Just for fun: Recovery.gov data snooping"><i class="icon-chevron-left"></i></a> <a href="/2011/01/r-and-google-visualization-api-wikispeedia/" title="Next Post: R and Google Visualization API: Wikispeedia"><i class="icon-chevron-right"></i></a> </p>
</div>
</div>
Expand Down Expand Up @@ -104,10 +105,11 @@ <h4><strong>January 14, 2011 <small>. . <a href="http://schamberlain.github.com
<noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
<a href="http://disqus.com" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus</span></a>


<p>Designed and built using <a href="http://twitter.github.com/bootstrap/" target="_blank">Twitter Bootstrap</a>, <a href="http://jekyllrb.com/" target="_blank">Jekyll</a>, slightly modified by <a href="https://github.com/erjjones" target="_blank">Erjjones</a>, and even more modified by <a href="https://github.com/schamberlain" target="_blank">schamberlain</a>.</p>
<p>Code licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0" target="_blank">Apache License v2.0</a>. Documentation licensed under <a href="http://creativecommons.org/licenses/by/3.0/">CC BY 3.0</a>.</p>
<p>Icons from <a href="http://glyphicons.com">Glyphicons Free</a>, licensed under <a href="http://creativecommons.org/licenses/by/3.0/">CC BY 3.0</a>.</p>
<p>Page last generated on September 1, 2012</p>
<p>Page last generated on September 2, 2012</p>
</footer>
</div>
<script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
Expand Down
12 changes: 7 additions & 5 deletions _site/2011/01/ecological-networks-from-abundance/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,14 @@
<div class="container">
<div class="marketing">
<div class="content">
<div class="row">

<div class="row">
<p><h1>Ecological networks from abundance distributions</h1></p>
<div class="span3 column">
<h4><strong>January 6, 2011 <small>. . <a href="http://schamberlain.github.com/2011/01/ecological-networks-from-abundance/#disqus_thread" data-disqus-identifier="/2011/01/ecological-networks-from-abundance/">Comments</a></small></strong>
<div class="span4 column">
<h4><strong>January 6, 2011 <small> <a href="http://schamberlain.github.com/2011/01/ecological-networks-from-abundance/#disqus_thread">Comments</a></small></strong>
<br/><small>Tags: <a href="/tags/Ecology" title="View posts tagged with &quot;Ecology&quot;"><u>Ecology</u></a> <a href="/tags/Networks" title="View posts tagged with &quot;Networks&quot;"><u>Networks</u></a> <a href="/tags/R" title="View posts tagged with &quot;R&quot;"><u>R</u></a> </small></h4>
</div>
<div class="span9 column">
<div class="span8 column">
<p class="pull-right"> <a href="/2011/01/r-bloggers/" title="Previous Post: R-bloggers"><i class="icon-chevron-left"></i></a> <a href="/2011/01/r-and-google-visualization-api/" title="Next Post: R and Google Visualization API"><i class="icon-chevron-right"></i></a> </p>
</div>
</div>
Expand Down Expand Up @@ -113,10 +114,11 @@ <h4><strong>January 6, 2011 <small>. . <a href="http://schamberlain.github.com
<noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
<a href="http://disqus.com" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus</span></a>


<p>Designed and built using <a href="http://twitter.github.com/bootstrap/" target="_blank">Twitter Bootstrap</a>, <a href="http://jekyllrb.com/" target="_blank">Jekyll</a>, slightly modified by <a href="https://github.com/erjjones" target="_blank">Erjjones</a>, and even more modified by <a href="https://github.com/schamberlain" target="_blank">schamberlain</a>.</p>
<p>Code licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0" target="_blank">Apache License v2.0</a>. Documentation licensed under <a href="http://creativecommons.org/licenses/by/3.0/">CC BY 3.0</a>.</p>
<p>Icons from <a href="http://glyphicons.com">Glyphicons Free</a>, licensed under <a href="http://creativecommons.org/licenses/by/3.0/">CC BY 3.0</a>.</p>
<p>Page last generated on September 1, 2012</p>
<p>Page last generated on September 2, 2012</p>
</footer>
</div>
<script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
Expand Down
12 changes: 7 additions & 5 deletions _site/2011/01/good-riddance-to-excel-pivot-tables/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,14 @@
<div class="container">
<div class="marketing">
<div class="content">
<div class="row">

<div class="row">
<p><h1>Good riddance to Excel pivot tables</h1></p>
<div class="span3 column">
<h4><strong>January 30, 2011 <small>. . <a href="http://schamberlain.github.com/2011/01/good-riddance-to-excel-pivot-tables/#disqus_thread" data-disqus-identifier="/2011/01/good-riddance-to-excel-pivot-tables/">Comments</a></small></strong>
<div class="span4 column">
<h4><strong>January 30, 2011 <small> <a href="http://schamberlain.github.com/2011/01/good-riddance-to-excel-pivot-tables/#disqus_thread">Comments</a></small></strong>
<br/><small>Tags: <a href="/tags/plyr" title="View posts tagged with &quot;plyr&quot;"><u>plyr</u></a> <a href="/tags/reshape2" title="View posts tagged with &quot;reshape2&quot;"><u>reshape2</u></a> <a href="/tags/R" title="View posts tagged with &quot;R&quot;"><u>R</u></a> </small></h4>
</div>
<div class="span9 column">
<div class="span8 column">
<p class="pull-right"> <a href="/2011/01/r-and-google-visualization-api-fish/" title="Previous Post: R and Google Visualization API: Fish harvests"><i class="icon-chevron-left"></i></a> <a href="/2011/02/plants-are-less-sex-deprived-when-next-to-closely-related-neighbors/" title="Next Post: Plants are less sex deprived when next to closely related neighbors"><i class="icon-chevron-right"></i></a> </p>
</div>
</div>
Expand Down Expand Up @@ -113,10 +114,11 @@ <h4><strong>January 30, 2011 <small>. . <a href="http://schamberlain.github.com
<noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
<a href="http://disqus.com" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus</span></a>


<p>Designed and built using <a href="http://twitter.github.com/bootstrap/" target="_blank">Twitter Bootstrap</a>, <a href="http://jekyllrb.com/" target="_blank">Jekyll</a>, slightly modified by <a href="https://github.com/erjjones" target="_blank">Erjjones</a>, and even more modified by <a href="https://github.com/schamberlain" target="_blank">schamberlain</a>.</p>
<p>Code licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0" target="_blank">Apache License v2.0</a>. Documentation licensed under <a href="http://creativecommons.org/licenses/by/3.0/">CC BY 3.0</a>.</p>
<p>Icons from <a href="http://glyphicons.com">Glyphicons Free</a>, licensed under <a href="http://creativecommons.org/licenses/by/3.0/">CC BY 3.0</a>.</p>
<p>Page last generated on September 1, 2012</p>
<p>Page last generated on September 2, 2012</p>
</footer>
</div>
<script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
Expand Down
Loading

0 comments on commit efc09e9

Please sign in to comment.