Skip to content

Commit

Permalink
Merge pull request #14 from iclr-blogposts/busycalibrating/bibtex
Browse files Browse the repository at this point in the history
Fix bibtex template
  • Loading branch information
busycalibrating authored Jul 25, 2023
2 parents 66fc7b6 + 36e859f commit c27ec3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _layouts/distill.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
@inproceedings{${bibtexTitleShorthand},
author = {${authorsBibtex}},
title = {${title}},
abstract = {${description},
abstract = {${description}},
booktitle = {ICLR Blogposts 2023},
year = {2023},
date = {${publishedWhen}},
Expand Down

0 comments on commit c27ec3f

Please sign in to comment.