aboutsummaryrefslogtreecommitdiff
path: root/views/index.html
diff options
context:
space:
mode:
authorFChannel <>2022-04-24 00:46:49 -0700
committerFChannel <>2022-06-19 12:53:29 -0700
commit3db517715bef6a53225c5c3c06e8fc5fd0bf71e3 (patch)
tree9aa7fbcb12f2ec8d0e4e66cd85ace058e38dd32d /views/index.html
parent9718d34a757b66917747c1c4acfb9b35d154625b (diff)
basic pass over view posts, post, catalog and manage page connections
Diffstat (limited to 'views/index.html')
-rw-r--r--views/index.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/views/index.html b/views/index.html
index f426d5d..e928ace 100644
--- a/views/index.html
+++ b/views/index.html
@@ -1,3 +1,6 @@
+{{ define "header" }}
+<title>{{ .page.Title }}</title>
+{{ end }}
<div style="text-align: center; max-width: 800px; margin: 0 auto;">
<h1>{{ .page.Title }}</h1>
<p style="text-align: justify">{{ .page.PreferredUsername }} is a federated image board based on <a href="https://activitypub.rocks/">ActivityPub</a>. The current version of the code running on the server is still a work-in-progress product, expect a bumpy ride for the time being. Get the server code here: <a href="https://github.com/FChannel0">https://github.com/FChannel0</a>.</p>