File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
default-templates/new-account Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 33< head >
44 < meta charset ="utf-8 ">
55 < meta name ="viewport " content ="width=device-width, initial-scale=1 ">
6- < title > Solid User Profile </ title >
6+ < title > Solid Homepage {{#if name}} of {{name}}{{/if}} </ title >
77 < link rel ="stylesheet " href ="/common/css/bootstrap.min.css ">
88</ head >
99< body >
1010< div class ="container ">
11- < h3 > Solid User Profile </ h3 >
11+ < h3 > Solid Homepage {{#if name}} of {{name}}{{/if}} </ h3 >
1212</ div >
1313< div class ="container ">
1414 < div class ="row ">
1515 < div class ="col-md-12 ">
16- < p style ="margin-top: 3em; margin-bottom: 3em; ">
17- Welcome to the account of < code > {{webId}}</ code >
16+ < p >
17+ This is a public homepage of
18+ {{#if name}}{{name}}, whose WebID is{{else}}a user with WebID{{/if}}
19+ < a href ="{{webId}} "> {{webId}}</ a > .
1820 </ p >
1921 </ div >
2022 </ div >
You can’t perform that action at this time.
0 commit comments