From cae7883c733cbfaf653939b31d4286ffd4ddf4d1 Mon Sep 17 00:00:00 2001 From: Wim Brand Date: Tue, 12 Feb 2019 22:49:40 +0100 Subject: [PATCH] Contact links in footer --- res/template/fragments/footer.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/res/template/fragments/footer.html b/res/template/fragments/footer.html index c25c9d2..c81d214 100644 --- a/res/template/fragments/footer.html +++ b/res/template/fragments/footer.html @@ -1,6 +1,8 @@ {{define "footer"}}
- Pixeldrain is a product by Fornaxian Technologies. + Pixeldrain is a product by Fornaxian Technologies | + Twitter: @Fornax96 + Reddit: /r/pixeldrain
{{end}}