Skip to content

Commit

Permalink
add author if provided to mkdocs config
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjkuch committed Nov 4, 2022
1 parent bbb271c commit 3643e92
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions {{ cookiecutter.repo_name }}/docs/mkdocs/mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
site_name: {{ cookiecutter.project_name }}
# {% if cookiecutter.author_name %}
site_author: {{ cookiecutter.author_name }}
# {% endif $}

0 comments on commit 3643e92

Please sign in to comment.