Skip to content

Commit

Permalink
Update header.html
Browse files Browse the repository at this point in the history
  • Loading branch information
bluntspoon authored Jan 17, 2024
1 parent 30efdb3 commit 87425f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{%- assign page_paths = site.header_pages | default: default_paths -%}
{%- assign titles_size = site.pages | map: 'title' | join: '' | size -%}
<a href="https://andrewbevan.me/" class="circle blue">
<img height="30" width="30" src="/assets/css/images/andrew-bevan.png" alt="Andrew Bevan">
<img height="30" width="30" src="/assets/css/images/andrew-bevan.png?{{ site.time | date: '%s%N' }}" alt="Andrew Bevan">
</a>
<a class="site-title" rel="author" href="{{ "/" | relative_url }}">{{ site.title | escape }}</a>

Expand Down

0 comments on commit 87425f9

Please sign in to comment.