diff --git a/assets/templates/default.html b/assets/templates/default.html index c6522a838e..22373da05a 100644 --- a/assets/templates/default.html +++ b/assets/templates/default.html @@ -9,7 +9,7 @@ - + {long_title} diff --git a/src/main.py b/src/main.py index d72025d274..8cda1b3543 100644 --- a/src/main.py +++ b/src/main.py @@ -407,7 +407,7 @@ def build_book_html(context: Context): # Main Page util.write_html(context.output_dir, 'index.html', html=TEMPLATE.format( title=context.translate(I18n.TITLE), - long_title=context.translate(I18n.TITLE), + long_title=context.translate(I18n.TITLE) + " | " + versions.MC_VERSION, short_description=context.translate(I18n.HOME), preview_image=get_splash_location(), text_index=context.translate(I18n.INDEX),