Skip to content

Commit ba0aacb

Browse files
committed
Add the user's name and ID.
1 parent af2762a commit ba0aacb

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

default-templates/new-account/index.html

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,20 @@
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>

0 commit comments

Comments
 (0)