Skip to content

Commit

Permalink
dont do that EE
Browse files Browse the repository at this point in the history
  • Loading branch information
eerussianguy committed Oct 4, 2024
1 parent fd86249 commit 1122681
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,7 @@ def build_book_html(context: Context):
for entry_id, entry in cat.sorted_entries:
util.write_html(context.output_dir, entry_id + '.html', html=TEMPLATE.format(
title=context.translate(I18n.TITLE),
long_title=entry.name + " | " + cat.name + " | " + context.translate(I18n.SHORT_TITLE),
long_title=entry.name + " | " + context.translate(I18n.SHORT_TITLE),
short_description=entry.name,
preview_image=entry.icon.replace('..\\..\\_images\\', '').replace('../../_images/', ''),
text_index=context.translate(I18n.INDEX),
Expand Down
1 change: 0 additions & 1 deletion tfc/TerraFirmaCraft
Submodule TerraFirmaCraft deleted from 250691

0 comments on commit 1122681

Please sign in to comment.