diff options
| author | Ralph Amissah <ralph.amissah@gmail.com> | 2024-05-17 22:51:45 -0400 | 
|---|---|---|
| committer | Ralph Amissah <ralph.amissah@gmail.com> | 2024-05-17 23:42:09 -0400 | 
| commit | dc9a985cea63dc4aa37f3048a52aa045468321ac (patch) | |
| tree | e863fe2420121c42fdca40cc2804393e572cfef6 /org | |
| parent | nix flake and envrc-nix minor (diff) | |
update fix default home text link info
- used e.g. in html text home button
Diffstat (limited to 'org')
| -rw-r--r-- | org/meta_conf_make_meta.org | 12 | 
1 files changed, 6 insertions, 6 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; | 
