From 0abb9413c22677a1a987492386d7f45aee119ce3 Mon Sep 17 00:00:00 2001 From: Janne Koschinski <janne@kuschku.de> Date: Sat, 17 Mar 2018 22:30:21 +0100 Subject: [PATCH] Improved branding --- templates/index.html | 2 +- templates/me_images.html | 2 +- templates/upload.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/index.html b/templates/index.html index 3590730..0290998 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,2 +1,2 @@ -{{define "title"}}ik8r{{end}} +{{define "title"}}i.k8r{{end}} {{define "content"}}{{end}} \ No newline at end of file diff --git a/templates/me_images.html b/templates/me_images.html index e758ee8..3a4dff4 100644 --- a/templates/me_images.html +++ b/templates/me_images.html @@ -1,4 +1,4 @@ -{{define "title"}}My Images | ik8r{{end}} +{{define "title"}}My Images | i.k8r{{end}} {{define "content"}} <div class="images"> {{range .Images}} diff --git a/templates/upload.html b/templates/upload.html index 1ae1bb4..7f08def 100644 --- a/templates/upload.html +++ b/templates/upload.html @@ -1,4 +1,4 @@ -{{define "title"}}Upload | ik8r{{end}} +{{define "title"}}Upload | i.k8r{{end}} {{define "content"}} {{range .Results}} {{if .Success}} -- GitLab