diff --git a/src/plugins/git.jl b/src/plugins/git.jl index fa867b3..92c5811 100644 --- a/src/plugins/git.jl +++ b/src/plugins/git.jl @@ -17,7 +17,6 @@ Creates a Git repository and a `.gitignore` file. ssh::Bool = false manifest::Bool = false gpgsign::Bool = false - ignore_manifest::Bool = true end Base.:(==)(a::Git, b::Git) = all(map(n -> getfield(a, n) == getfield(b, n), fieldnames(Git))) diff --git a/templates/docs/index.md b/templates/docs/index.md index 949e9c9..602f9ac 100644 --- a/templates/docs/index.md +++ b/templates/docs/index.md @@ -1,3 +1,7 @@ +```@meta +CurrentModule = {{{PKG}}} +``` + # {{{PKG}}} ```@index