From dc9a985cea63dc4aa37f3048a52aa045468321ac Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Fri, 17 May 2024 22:51:45 -0400 Subject: update fix default home text link info - used e.g. in html text home button --- src/sisudoc/meta/conf_make_meta_structs.d | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src') diff --git a/src/sisudoc/meta/conf_make_meta_structs.d b/src/sisudoc/meta/conf_make_meta_structs.d index 5322220..9b1d1d1 100644 --- a/src/sisudoc/meta/conf_make_meta_structs.d +++ b/src/sisudoc/meta/conf_make_meta_structs.d @@ -101,9 +101,9 @@ struct ConfCompositeMakeStr { string[] footer; string[] headings; string[] home_button_image; - string home_button_text = "┥Spine, Doc Reform┝┤https://www.doc-reform.org├" - ~ " ┥www.doc-reform.org┝┤https://www.doc-reform.org├" - ~ " ┥sources / git┝┤https://git.doc-reform.org/software/spine├"; + string home_button_text = "┥sisudoc.org┝┤https://sisudoc.org├" + ~ " ┥doc-reform.org┝┤https://doc-reform.org├" + ~ " ┥sources / git┝┤https://git.sisudoc.org/projects├"; string italics; string auto_num_top_at_level; int auto_num_top_lv = 9; @@ -188,9 +188,9 @@ struct ConfCompositeMakeInit { string[] footer; string[] headings; string[] home_button_image; - string home_button_text = "┥Spine, Doc Reform┝┤https://www.doc-reform.org├" - ~ " ┥www.doc-reform.org┝┤https://www.doc-reform.org├" - ~ " ┥sources / git┝┤https://git.doc-reform.org/software/spine├"; + string home_button_text = "┥sisudoc.org┝┤https://sisudoc.org├" + ~ " ┥doc-reform.org┝┤https://doc-reform.org├" + ~ " ┥sources / git┝┤https://git.sisudoc.org/projects├"; string[] italics; string auto_num_top_at_level; int auto_num_top_lv = 9; -- cgit v1.2.3