Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Small Web
henry
Commits
8d942602
Commit
8d942602
authored
Apr 22, 2021
by
Aral Balkan
Browse files
Add link to hostname API route on About page
parent
9f412e19
Changes
1
Show whitespace changes
Inline
Side-by-side
sections/About.svelte
View file @
8d942602
...
@@ -42,6 +42,8 @@
...
@@ -42,6 +42,8 @@
{/await}
{/await}
</ul>
</ul>
<p>
Your hostname is available in JSON format from the
<a
href=
{link('/hostname')}
>
/hostname
</a></p>
<h3>
Your details
</h3>
<h3>
Your details
</h3>
<p>
You are
<strong>
{$signedIn ? 'signed in' : 'not signed in'}.
</strong></p>
<p>
You are
<strong>
{$signedIn ? 'signed in' : 'not signed in'}.
</strong></p>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment