Skip to content

Commit

Permalink
Update pages HTML generation
Browse files Browse the repository at this point in the history
  • Loading branch information
htv04 committed Feb 19, 2024
1 parent 10e64ce commit 56ecbfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ all: root pages
# Pages
pages: root/images root/index.html
root/%.html: src/pages/%.md root
pandoc $< -f markdown -s -t html -o $@
pandoc $< -f markdown --wrap=none -t html -s -o $@
root/images: root
cp -r src/pages/images root/images

Expand Down

0 comments on commit 56ecbfe

Please sign in to comment.