aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorRalph Amissah <ralph.amissah@gmail.com>2024-05-17 22:51:45 -0400
committerRalph Amissah <ralph.amissah@gmail.com>2024-05-17 23:42:09 -0400
commitdc9a985cea63dc4aa37f3048a52aa045468321ac (patch)
treee863fe2420121c42fdca40cc2804393e572cfef6 /src
parentnix flake and envrc-nix minor (diff)
update fix default home text link info
- used e.g. in html text home button
Diffstat (limited to 'src')
-rw-r--r--src/sisudoc/meta/conf_make_meta_structs.d12
1 files changed, 6 insertions, 6 deletions
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;