From 39d1f5e522eadda055eb9c94edddc2c844e5fc3a Mon Sep 17 00:00:00 2001 From: Yue Gao <11145354+Lodour@users.noreply.github.com> Date: Thu, 27 Apr 2023 09:55:57 -0500 Subject: [PATCH] Fixed hard-coded bib files in templates (#1373) The bibliography filename `papers.bib` is hard coded in templates, and the equivalent setting in `_config.yml` is not used anywhere. So changing the bib filename in `_config.yml` won't have any effects. This PR replaces hard-coded filenames with the value from `_config.yml`. --- _includes/selected_papers.html | 2 +- _pages/publications.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_includes/selected_papers.html b/_includes/selected_papers.html index cfaeb80..ca3b34f 100644 --- a/_includes/selected_papers.html +++ b/_includes/selected_papers.html @@ -1,4 +1,4 @@