If I run publications.py, all publications are lost. The reason is that the script forgot to output the category. Add md += """\ncategory: manuscripts""" to publications.py, otherwise publications won't show up.
If I run publications.py, all publications are lost. The reason is that the script forgot to output the category.
Add
md += """\ncategory: manuscripts"""
to publications.py, otherwise publications won't show up.