From 5de77f0095b95f5831e4407c4e14928b894bfbc7 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Mon, 20 Aug 2018 15:24:38 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ce438ed..64d3ac7 100644 --- a/README.md +++ b/README.md @@ -78,9 +78,11 @@ All overrides to the existing theme can be placed in the `custom/public` and `cu /opt/gitea/custom/public/img/gitea-sm.png # 880x880 logo on landing page /opt/gitea/custom/templates/home.tmpl # The landing page -/opt/gitea/custom/templates/base/head.tmpl # Google Analytics +/opt/gitea/custom/templates/base/head.tmpl # Google Analytics, Login with Github ``` +* [Login with Github](https://git.coolaj86.com/coolaj86/gitea-installer.sh/src/tag/v1.0.0/custom/templates/base/head.tmpl#L277) + For many items, such as the logo, you can simply right-click "inspect" to discover the location. For example, the small logo is `/img/gitea-sm.png` or `/opt/gitea/custom/public/img/gitea-sm.png`. You can find more information about customization and templates in the docs and on github: