Skip to content

Commit

Permalink
Setting up GitHub pages for documentation (9).
Browse files Browse the repository at this point in the history
  • Loading branch information
JanCBrammer committed Jun 6, 2020
1 parent ce1b821 commit 14a7abd
Showing 1 changed file with 1 addition and 1 deletion.
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="../images/logo.png" alt="biopeaks"></a></h1>
<!--{% endif %}-->

{{ content }}
Expand Down

0 comments on commit 14a7abd

Please sign in to comment.