File tree Expand file tree Collapse file tree
templates/snippets/pages/settings Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -300,6 +300,7 @@ settings:
300300 description : Source code, credits...
301301
302302 section_credits : Credits
303+ generic_website : website
303304 lead_dev : " Lead Developer:"
304305 logo_artists : " Smiggins Logo Artists:"
305306 contributors : " Other Contributors:"
Original file line number Diff line number Diff line change 924924 "section_credits" : {
925925 "type" : " string"
926926 },
927+ "generic_website" : {
928+ "type" : " string"
929+ },
927930 "lead_dev" : {
928931 "type" : " string"
929932 },
Original file line number Diff line number Diff line change @@ -282,6 +282,7 @@ defs:
282282 description : str
283283
284284 section_credits : str
285+ generic_website : str
285286 lead_dev : str
286287 logo_artists : str
287288 contributors : str
Original file line number Diff line number Diff line change @@ -9,16 +9,16 @@ <h1 class="no-margin-top no-margin-bottom">{{ conf.site_name }} {{ conf.version
99< div id ="settings-sections ">
1010 < div >
1111 < p class ="no-margin-top "> @{lang.settings.about.section_credits}</ p >
12- < p > @{lang.settings.about.lead_dev} < a target ="_blank " href ="https://trinkey.com/ "> trinkey</ a > </ p >
12+ < p > @{lang.settings.about.lead_dev} < a target ="_blank " href ="https://trinkey.com/ "> trinkey</ a > ( < a target =" _blank " href =" https://trinkey.com/ " > @{lang.settings.about.generic_website} </ a > ) </ p >
1313
1414 < p class ="no-margin-bottom "> @{lang.settings.about.logo_artists}</ p >
1515 < ul class ="no-margin-top ">
1616 < li > < a target ="_blank " href ="https://smiggins.trinkey.com/u/cyanpi/ "> CyanPi</ a > </ li >
17- < li > < a target ="_blank " href ="https://smiggins.trinkey.com/u/pquirrel/ "> pquirrel</ a > </ li >
17+ < li > < a target ="_blank " href ="https://smiggins.trinkey.com/u/pquirrel/ "> pquirrel</ a > ( < a target =" _blank " href =" https://pquirrel.neocities.org/ " > @{lang.settings.about.generic_website} </ a > ) </ li >
1818
1919 < p class ="no-margin-bottom "> @{lang.settings.about.contributors}</ p >
2020 < ul class ="no-margin-top ">
21- < li > < a target ="_blank " href ="https://github.com/Subroutine7901/ "> Subroutine</ a > </ li >
21+ < li > < a target ="_blank " href ="https://github.com/Subroutine7901/ "> Subroutine</ a > ( < a target =" _blank " href =" https://subroutine.cc/ " > @{lang.settings.about.generic_website} </ a > ) </ li >
2222 < li > < a target ="_blank " href ="https://github.com/DiamondTaco/ "> Bread</ a > </ li >
2323 < li > < a target ="_blank " href ="https://github.com/wrentmc/ "> Wren</ a > </ li >
2424 </ ul >
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments