Skip to content

Commit

Permalink
Added the logo to the index page too
Browse files Browse the repository at this point in the history
  • Loading branch information
egonw committed Oct 7, 2021
1 parent afa06a5 commit c955d63
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ reports/%.md: wp/Human/%.ttl wp/gpml/Human/%.ttl src/java/main/org/wikipathways/

index.md:
@echo "# Validation Reports\n" > index.md
@echo "<img style=\"float: right; width: 200px\" src=\"../logo.png\" />\n" >> index.md
@for report in $(REPORTS) ; do \
echo "* [$$report]($$report)" >> index.md ; \
done
Expand Down
2 changes: 2 additions & 0 deletions index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Validation Reports

<img style="float: right; width: 200px" src="../logo.png" />

* [reports/WP4.md](reports/WP4.md)

0 comments on commit c955d63

Please sign in to comment.