aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/doc_reform/meta/conf_make_meta_structs.d
diff options
context:
space:
mode:
Diffstat (limited to 'src/doc_reform/meta/conf_make_meta_structs.d')
-rw-r--r--src/doc_reform/meta/conf_make_meta_structs.d8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/doc_reform/meta/conf_make_meta_structs.d b/src/doc_reform/meta/conf_make_meta_structs.d
index 6f6ba10..0678b4f 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 = "{Doc Reform}http://www.doc-reform.org;"
+ 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/doc-reform";
+ ~ " {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 = "{Doc Reform}http://www.doc-reform.org;"
+ 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/doc-reform";
+ ~ " {sources / git}https://git.doc-reform.org/software/spine";
string[] italics;
string auto_num_top_at_level;
int auto_num_top_lv = 9;