From d034dff2c9afe5019b1215346cd58e1b62b80a86 Mon Sep 17 00:00:00 2001 From: surtur Date: Mon, 13 Apr 2020 03:26:35 +0200 Subject: [PATCH] updated README.md + moved files around --- README.md | 8 +++++--- home.tmpl => custom/templates/home.tmpl | 0 home_edited.tmpl => custom/templates/home_edited.tmpl | 0 3 files changed, 5 insertions(+), 3 deletions(-) rename home.tmpl => custom/templates/home.tmpl (100%) rename home_edited.tmpl => custom/templates/home_edited.tmpl (100%) diff --git a/README.md b/README.md index 71ad213..744c2ad 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ -# git-dotya +# git_dotya -home.tmpl as provided by [Gitea](https://github.com/go-gitea/gitea/blob/v1.12.0-dev/templates/home.tmpl) +This repository stores customizations to Gitea, such as custom site templates or configurations. -home_edited.tmpl to track newly proposed/already included changes +`custom/templates/home.tmpl` as provided by [Gitea](https://github.com/go-gitea/gitea/blob/v1.12.0-dev/templates/home.tmpl) + +`custom/templates/home_edited.tmpl` to track newly proposed/already included changes diff --git a/home.tmpl b/custom/templates/home.tmpl similarity index 100% rename from home.tmpl rename to custom/templates/home.tmpl diff --git a/home_edited.tmpl b/custom/templates/home_edited.tmpl similarity index 100% rename from home_edited.tmpl rename to custom/templates/home_edited.tmpl