aboutsummaryrefslogtreecommitdiffhomepage
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
parentnix flake and envrc-nix minor (diff)
update fix default home text link info
- used e.g. in html text home button
-rw-r--r--org/meta_conf_make_meta.org12
-rw-r--r--src/sisudoc/meta/conf_make_meta_structs.d12
2 files changed, 12 insertions, 12 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;
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;