Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
TheoWinterhalter committed Oct 27, 2024
1 parent ab47c31 commit 7cac0ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandoc/paper.lua
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ function paper(data)
pandoc.Header(3, header),
pandoc.Para({pandoc.Str(authors)}, {class = "authors"}),
pandoc.Para(sub),
pandoc.Div(file_info)
pandoc.Div(file_info, {class = "files"})
}

local div = pandoc.Div(div_content, {class = "paper"})
Expand Down

0 comments on commit 7cac0ba

Please sign in to comment.