Skip to content

Commit

Permalink
eliminate formating error, about.html
Browse files Browse the repository at this point in the history
  • Loading branch information
denise91 committed Mar 13, 2017
1 parent 75c8acd commit 263a468
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion about/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ <h3>Journal articles ({{ site.data.test.journal.size }}):</h3>
</div>
<div class="container">
<h3>Journal articles 2013 ({{ site.data.test.journal.size }}):</h3>
{{ site.data.test.journal | where:"year","2013" }}
<!-- {{ site.data.test.journal | where:"year","2013" }} -->
{% for paper in site.data.test.journal | where:"year","2013" %}
<li>
{{paper.author}}: {{paper.title}}
Expand Down

0 comments on commit 263a468

Please sign in to comment.