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