Skip to content

Commit

Permalink
updated avatar
Browse files Browse the repository at this point in the history
  • Loading branch information
joejenett committed Sep 5, 2024
1 parent 5d97af4 commit dbd165a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<div style="text-align:center;margin-top:24px;">
<a title="click to download and thanks for linking!" href="/images/simply-button.png" download="simply"><img style="" alt="" width="88" height="31" src="/images/simply-button.png" /></a>
</div>
<div id="hcard_widget-2" class="widget hcard_widget"><div id="hcard_widget"><div class="hcard-display h-card vcard p-author"><div class="hcard-header"><a class="u-url url fn u-uid" href="" rel="author"><img alt="" src="https://secure.gravatar.com/avatar/0bf0445b4e4b39f830b186b7e23195a1?s=360&amp;d=default&amp;r=pg" srcset="https://secure.gravatar.com/avatar/0bf0445b4e4b39f830b186b7e23195a1?s=180&amp;d=default&amp;r=pg 2x" class="avatar avatar-60 photo u-photo hcard-photo" loading="lazy" width="50" height="50"></a>
<div id="hcard_widget-2" class="widget hcard_widget"><div id="hcard_widget"><div class="hcard-display h-card vcard p-author"><div class="hcard-header"><a class="u-url url fn u-uid" href="" rel="author"><img alt="" src="https://secure.gravatar.com/avatar/0bf0445b4e4b39f830b186b7e23195a1?s=360&amp;d=default&amp;r=pg" srcset="https://secure.gravatar.com/avatar/0bf0445b4e4b39f830b186b7e23195a1?s=180&amp;d=default&amp;r=pg 2x" class="avatar avatar-60 photo u-photo hcard-photo" loading="lazy" width="50" height="50" style="border-radius:12px;"></a>
<p class="hcard-name p-name n">joe jenett</p>
</div> <!-- end hcard-header -->
<div class="hcard-body">
Expand Down
2 changes: 1 addition & 1 deletion _layouts/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ <h1 class="post-title p-name entry-title" style="margin-top:18px;" itemprop="nam
{%- assign date_format = site.minima.date_format | default: "%b %-d, %Y" -%}
{{ page.date | date: date_format }}
</time></a>
{%- if page.author -%}• <span class="author p-author h-card vcard" itemprop="author" itemscope itemtype="http://schema.org/Person"><a class="u-url url fn u-uid" href="https://simply.joejenett.com/" rel="author"><img alt="" src="https://secure.gravatar.com/avatar/0bf0445b4e4b39f830b186b7e23195a1?s=40&amp;d=mm&amp;r=pg" srcset="https://secure.gravatar.com/avatar/0bf0445b4e4b39f830b186b7e23195a1?s=80&amp;d=mm&amp;r=pg 2x" class="u-photo photo" width="24" height="24" style="vertical-align:middle;" itemprop="image">
{%- if page.author -%}• <span class="author p-author h-card vcard" itemprop="author" itemscope itemtype="http://schema.org/Person"><a class="u-url url fn u-uid" href="https://simply.joejenett.com/" rel="author"><img alt="" src="https://secure.gravatar.com/avatar/0bf0445b4e4b39f830b186b7e23195a1?s=40&amp;d=mm&amp;r=pg" srcset="https://secure.gravatar.com/avatar/0bf0445b4e4b39f830b186b7e23195a1?s=80&amp;d=mm&amp;r=pg 2x" class="u-photo photo" width="24" height="24" style="vertical-align:middle;border-radius:6px;" itemprop="image">
<a class="url uid u-url u-uid fn p-name" rel="author" itemprop="url" href="/"><span class="p-author p-name" itemprop="name">{{ page.author }}</span></a>
</span>

Expand Down

0 comments on commit dbd165a

Please sign in to comment.