Set topics based on tags.
This commit is contained in:
parent
10532fa2fc
commit
c20a91d878
|
|
@ -3,3 +3,4 @@
|
||||||
repository:
|
repository:
|
||||||
description: {{ meta.galaxy_info.description }}
|
description: {{ meta.galaxy_info.description }}
|
||||||
homepage: {{ author_website }}
|
homepage: {{ author_website }}
|
||||||
|
topics: {% for tag in meta.galaxy_info.galaxy_tags %}{{ tag }}{% if not loop.last %}, {% endif %}{% endfor %}, hacktoberfest
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue