aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/doc_reform/meta/conf_make_meta_structs.d
diff options
context:
space:
mode:
authorRalph Amissah <ralph.amissah@gmail.com>2019-12-07 19:40:18 -0500
committerRalph Amissah <ralph.amissah@gmail.com>2020-01-13 16:06:43 -0500
commit9d359a564344b848feb23df2877ecdfa614ada19 (patch)
tree6e86983069206310189c681b46601e0898c37470 /src/doc_reform/meta/conf_make_meta_structs.d
parentmetaverse, remove newline after endnote (diff)
xmls, home button fixes
Diffstat (limited to 'src/doc_reform/meta/conf_make_meta_structs.d')
-rw-r--r--src/doc_reform/meta/conf_make_meta_structs.d12
1 files changed, 6 insertions, 6 deletions
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;