Skip to content

Commit

Permalink
refactor(remove): ♻️ ➖ improve first-time user dx
Browse files Browse the repository at this point in the history
  • Loading branch information
vhscom committed Dec 12, 2023
1 parent 37b82d8 commit 7c6536f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 57 deletions.
19 changes: 0 additions & 19 deletions archetypes/default.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,3 @@
{{/*
Copyright (C) 2019 VHS <[email protected]>

This file is part of After Dark.

After Dark is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

After Dark is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
*/ -}}

+++
title = "{{ replace .TranslationBaseName "-" " " | title }}"
date = {{ .Date }}
Expand Down
19 changes: 0 additions & 19 deletions archetypes/post.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,3 @@
{{/*
Copyright (C) 2019 VHS <[email protected]>

This file is part of After Dark.

After Dark is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

After Dark is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
*/ -}}

+++
title = "{{ replace .TranslationBaseName "-" " " | title }}"
date = {{ .Date }}
Expand Down
19 changes: 0 additions & 19 deletions archetypes/search.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,3 @@
{{/*
Copyright (C) 2019 VHS <[email protected]>

This file is part of After Dark.

After Dark is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

After Dark is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
*/ -}}

+++
title = "Search" # title of the page
layout = "search" # sets the layout to use
Expand Down

0 comments on commit 7c6536f

Please sign in to comment.