mirror of
https://github.com/MunGell/awesome-for-beginners.git
synced 2026-02-04 07:42:12 +00:00
Merge pull request #1514 from MunGell/new-templating-fix
Moved README template to different filename
This commit is contained in:
commit
5daa02f521
2
.github/scripts/render-readme.py
vendored
2
.github/scripts/render-readme.py
vendored
@ -3,7 +3,7 @@ import json
|
||||
|
||||
DATAFILE = "./data.json"
|
||||
TEMPLATEPATH = "./.github/"
|
||||
TEMPLATEFILE = "README.j2"
|
||||
TEMPLATEFILE = "README-template.j2"
|
||||
TARGETFILE = "./README.md"
|
||||
|
||||
technologies = {}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user