mirror of
https://github.com/hendricius/the-sourdough-framework
synced 2025-11-19 17:41:12 -06:00
Fix titles (#146)
This fixes the default auto generated LaTeX titles for the website
This commit is contained in:
committed by
GitHub
parent
1ac6c7b196
commit
aa78d322d5
@@ -227,7 +227,6 @@ website:
|
||||
rm -rf $(WEBSITE_DIR)
|
||||
make4ht -c website.cfg -a debug -uf html5+tidy+common_domfilters+dvisvgm_hashes -d $(WEBSITE_DIR) book.tex
|
||||
cp $(WEBSITE_DIR)/book.html $(WEBSITE_DIR)/index.html
|
||||
sed -r -i -e 's|<title></title>|<title>The Sourdough Framework</title>|g' $(WEBSITE_DIR)/index.html
|
||||
|
||||
# Debug Stuff from now on
|
||||
.PHONY: show_tools_version
|
||||
|
||||
Reference in New Issue
Block a user