summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--icon.pngbin0 -> 1145 bytes
-rwxr-xr-xviews/header.html6
-rwxr-xr-xviews/inks.html3
-rwxr-xr-xviews/style.css6
4 files changed, 11 insertions, 4 deletions
diff --git a/icon.png b/icon.png
new file mode 100644
index 0000000..c2e1f95
--- /dev/null
+++ b/icon.png
Binary files differ
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>
diff --git a/views/inks.html b/views/inks.html
index e3e61b0..ef5755e 100755
--- a/views/inks.html
+++ b/views/inks.html
@@ -34,5 +34,8 @@
</article>
{{ end }}
</main>
+<footer>
+<p class="title">Runs on FreeBSD, in France with AMD</p>
+</footer>
</body>
</html>
diff --git a/views/style.css b/views/style.css
index d5ccf19..c66475b 100755
--- a/views/style.css
+++ b/views/style.css
@@ -11,7 +11,7 @@ body {
a {
color: #aea;
}
-main, header {
+main, header, footer {
max-width: 1260px;
margin: auto;
}
@@ -39,6 +39,10 @@ blockquote {
margin-bottom: 2em;
}
+footer {
+ color: #8d8;
+}
+
article.link p {
margin: 0;
margin-left: 2em;