aboutsummaryrefslogtreecommitdiff
path: root/views/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'views/index.html')
-rw-r--r--views/index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/views/index.html b/views/index.html
index e928ace..2bfed28 100644
--- a/views/index.html
+++ b/views/index.html
@@ -1,6 +1,3 @@
-{{ 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>
@@ -54,3 +51,6 @@
</table>
</div>
</div>
+
+{{ template "partials/footer" .page }}
+{{ template "partials/general_scripts" .page }}