Skip to content

Commit

Permalink
2nd bib fix
Browse files Browse the repository at this point in the history
  • Loading branch information
msoechting committed Jan 28, 2018
1 parent 5ee1c0d commit cf07440
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion _includes/publications.html
Expand Up @@ -27,7 +27,7 @@ <h4>{{ p.title | escape }}</h4>
<h4 class="modal-title">BibTeX : {{ p.key }}</h4>
</div>
<div class="modal-body">
<pre id="bibtex-data-{{ p.key }}">{% include ../bib/{{ p.bibtex }} %}</pre>
<pre id="bibtex-data-{{ p.key }}">{% include /bib/{{ p.bibtex }} %}</pre>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary btn-sm" data-dismiss="modal">Close</button>
Expand Down

0 comments on commit cf07440

Please sign in to comment.