Skip to content

Commit

Permalink
Setting up GitHub pages for documentation (10).
Browse files Browse the repository at this point in the history
  • Loading branch information
JanCBrammer committed Jun 6, 2020
1 parent 14a7abd commit 66a667a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/_config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
logo: images/logo.png
2 changes: 1 addition & 1 deletion docs/_layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<div class="container-lg px-3 my-5 markdown-body">
<!--{% if site.title and site.title != page.title %}-->
<!--<h1><a href="{{ "/" | absolute_url }}">{{ site.title }}</a></h1>-->
<h1><a href="{{ "/" | absolute_url }}"><img src="../images/logo.png" alt="biopeaks"></a></h1>
<h1><a href="{{ "/" | absolute_url }}"><img src={{ site.logo }} alt="biopeaks"></a></h1>
<!--{% endif %}-->

{{ content }}
Expand Down

0 comments on commit 66a667a

Please sign in to comment.