Skip to content

Commit

Permalink
force layout to be main
Browse files Browse the repository at this point in the history
  • Loading branch information
xhluca committed Oct 23, 2024
1 parent 5bdb61d commit e7d221a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/python/add_update_publication.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ def generate_publication_post(parsed):
parsed, keys_removed=["year", "month", "day", "shorthand", "abstract", "action"]
)

d['layout'] = 'paper'

front_matter = front_matters_from_dict(d)
top = dedent(f"---\n{front_matter}\n---\n")

Expand Down

0 comments on commit e7d221a

Please sign in to comment.