Skip to content

Commit

Permalink
Change header to logo
Browse files Browse the repository at this point in the history
  • Loading branch information
neilstudd committed Jul 20, 2022
1 parent 14bbf33 commit 2b1398b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,7 @@
<body>
<div class="wrapper">
<header {% unless site.description or site.github.project_tagline %} class="without-description" {% endunless %}>
<h1><a href="{{ site.url }}">{{ site.title | default: site.github.repository_name }}</a></h1>
{% if site.description or site.github.project_tagline %}
<p>{{ site.description | default: site.github.project_tagline }}</p>
{% endif %}
<h1><a href="{{ site.url }}"><img src="/assets/img/logo-transparent.png" style="width:30%;"></a></h1>
<ul>
<li><a href="/contact">Get in <strong>Contact</strong></a></li>
</ul>
Expand Down
Binary file added assets/img/logo-transparent.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2b1398b

Please sign in to comment.