feat: add bibtex input handling
This commit is contained in:
parent
14c99d4998
commit
4df0438e0f
1 changed files with 1 additions and 1 deletions
|
@ -745,7 +745,7 @@ func checkCitationFile(ctx *context.Context, entry *git.TreeEntry) {
|
|||
return
|
||||
}
|
||||
for _, entry := range allEntries {
|
||||
if entry.Name() == "CITATION.cff" {
|
||||
if entry.Name() == "CITATION.cff" || entry.Name() == "CITATION.bib" {
|
||||
ctx.Data["CitiationExist"] = true
|
||||
// Read Citation file contents
|
||||
blob := entry.Blob()
|
||||
|
|
Loading…
Add table
Reference in a new issue