diff options
Diffstat (limited to 'org/meta_conf_make_meta.org')
-rw-r--r-- | org/meta_conf_make_meta.org | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/org/meta_conf_make_meta.org b/org/meta_conf_make_meta.org index f608a87..ca8d6f7 100644 --- a/org/meta_conf_make_meta.org +++ b/org/meta_conf_make_meta.org @@ -309,9 +309,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; @@ -403,9 +403,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; |