feat(logo): add all logo assets

This commit is contained in:
Haoyu Xu
2021-08-02 18:04:35 -04:00
parent 78fff5e524
commit d486776891
5 changed files with 8 additions and 4 deletions

View File

@@ -11,7 +11,8 @@ class HtmlProcessor:
content = f.read()
return content.format(
title=self.config["operators"][operator]["title"],
version=self.__get_version()
version=self.__get_version(),
operator_logo=self.config["operators"][operator]["logo_name"]
)
def build(self, operator, source_path, target_path):