From 9d359a564344b848feb23df2877ecdfa614ada19 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Sat, 7 Dec 2019 19:40:18 -0500 Subject: xmls, home button fixes --- src/doc_reform/meta/conf_make_meta_structs.d | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/doc_reform/meta/conf_make_meta_structs.d') diff --git a/src/doc_reform/meta/conf_make_meta_structs.d b/src/doc_reform/meta/conf_make_meta_structs.d index 10a754a..91ecab7 100644 --- a/src/doc_reform/meta/conf_make_meta_structs.d +++ b/src/doc_reform/meta/conf_make_meta_structs.d @@ -48,9 +48,9 @@ struct ConfCompositeMakeStr { string[] footer; string[] headings; string[] home_button_image; - string home_button_text = "{Spine, Doc Reform}http://www.doc-reform.org;" - ~ " {www.doc-reform.org}http://www.doc-reform.org;" - ~ " {sources / git}https://git.doc-reform.org/software/spine"; + string home_button_text = "┥Spine, Doc Reform┝┤http://www.doc-reform.org├" + ~ " ┥www.doc-reform.org┝┤http://www.doc-reform.org├" + ~ " ┥sources / git┝┤https://git.doc-reform.org/software/spine├"; string italics; string auto_num_top_at_level; int auto_num_top_lv = 9; @@ -131,9 +131,9 @@ struct ConfCompositeMakeInit { string[] footer; string[] headings; string[] home_button_image; - string home_button_text = "{Spine, Doc Reform}http://www.doc-reform.org;" - ~ " {www.doc-reform.org}http://www.doc-reform.org;" - ~ " {sources / git}https://git.doc-reform.org/software/spine"; + string home_button_text = "┥Spine, Doc Reform┝┤http://www.doc-reform.org├" + ~ " ┥www.doc-reform.org┝┤http://www.doc-reform.org├" + ~ " ┥sources / git┝┤https://git.doc-reform.org/software/spine├"; string[] italics; string auto_num_top_at_level; int auto_num_top_lv = 9; -- cgit v1.2.3