Skip to content

Commit

Permalink
Correct symbol for preamble?
Browse files Browse the repository at this point in the history
  • Loading branch information
jbisits committed Jan 26, 2025
1 parent f827bf3 commit 65b757c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion _includes/footer/custom.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
$(".btnId").click(function(){
var str = $(this).attr('id');
var ret = str.split("_");
var id = ret[0];
var id = ret[1];
$('#' + id).toggle();
});
});
Expand Down
4 changes: 2 additions & 2 deletions _layouts/bib.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
___
___
---
---

{{ reference | replace_first: 'Bisits, J. I.', '<b>Bisits, J. I.</b>' }}

Expand Down

0 comments on commit 65b757c

Please sign in to comment.