Skip to content

Commit

Permalink
refactor: Add titles to license and credits
Browse files Browse the repository at this point in the history
  • Loading branch information
pawamoy committed Jun 7, 2023
1 parent e9d8245 commit 7133977
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions project/docs/license.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# License

```
--8<-- "LICENSE"
```
2 changes: 2 additions & 0 deletions project/scripts/gen_credits.py.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,8 @@ def _render_credits() -> str:
}
template_text = dedent(
"""{% raw %}
# Credits

These projects were used to build *{{ project_name }}*. **Thank you!**

[`python`](https://www.python.org/) |
Expand Down

0 comments on commit 7133977

Please sign in to comment.