summaryrefslogtreecommitdiff
path: root/views/header.html
diff options
context:
space:
mode:
authornicolas sterchele <foss@sterchelen.net>2022-09-03 18:54:37 +0200
committernicolas sterchele <foss@sterchelen.net>2022-09-03 18:54:57 +0200
commitad0fb353094d69c9f0ea12c45a9ff6798e140329 (patch)
tree64a36b6cf1330f4a847eabaa3404ca9838d17efc /views/header.html
parentb9281c89737419216b710a87c31686d21adf86bc (diff)
views: cosmetic changesHEADmain
* add footer and its css class * change header * add icon
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>