summaryrefslogtreecommitdiff
path: root/views/header.html
diff options
context:
space:
mode:
Diffstat (limited to 'views/header.html')
-rwxr-xr-xviews/header.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/views/header.html b/views/header.html
index 7cf03f3..2156a62 100755
--- a/views/header.html
+++ b/views/header.html
@@ -1,13 +1,13 @@
<head>
-<title>inks</title>
+<title>Links</title>
<link href="/style.css{{ .StyleParam }}" rel="stylesheet">
-<link href="/rss" rel="alternate" type="application/rss+xml" title="inks rss">
+<link href="/rss" rel="alternate" type="application/rss+xml" title="links rss">
<link href="/icon.png" rel="icon">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<header>
-<span><a href="/" title="follow via activitypub">@inks@{{ .ServerName }}</a></span>
+<span><a href="/" title="follow via activitypub">@{{ .ServerName }}</a></span>
<span><a href="/tags">tags</a></span>
<span><a href="/sources">sources</a></span>
<span><a href="/random">random</a></span>