mirror of
https://github.com/hendricius/the-sourdough-framework
synced 2025-11-10 05:01:11 -06:00
Fix some links on bibliography
https:/www was part of some of the links for some reason.
This commit is contained in:
@@ -70,6 +70,7 @@ class ModifyBuild
|
|||||||
text = remove_empty_menu_links(text)
|
text = remove_empty_menu_links(text)
|
||||||
text = fix_bottom_cross_links(text)
|
text = fix_bottom_cross_links(text)
|
||||||
text = insert_mobile_header_graphic(text)
|
text = insert_mobile_header_graphic(text)
|
||||||
|
text = fix_https_links(text)
|
||||||
text = add_anchors_to_glossary_items(text) if is_glossary_page?(filename)
|
text = add_anchors_to_glossary_items(text) if is_glossary_page?(filename)
|
||||||
text = mark_menu_as_selected_if_on_page(text, extract_file_from_path(filename))
|
text = mark_menu_as_selected_if_on_page(text, extract_file_from_path(filename))
|
||||||
text = fix_menus_list_figures_tables(text) if is_list_figures_tables?(filename)
|
text = fix_menus_list_figures_tables(text) if is_list_figures_tables?(filename)
|
||||||
|
|||||||
Reference in New Issue
Block a user