Skip to content

Commit

Permalink
Fix avatar issues on updates page
Browse files Browse the repository at this point in the history
  • Loading branch information
CrazyisCreeps committed Feb 28, 2024
1 parent 7b0068c commit 0487075
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/updates.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
{{#unless hidden}}
<post class="post-thumbnail{{#if important}} post-thumbnail-important{{/if}}">
<div class="post-header id-anchor" id="{{id}}" >{{#if important}}<i class="fa fa-bookmark" aria-hidden="true"></i> {{/if}}<a href="#{{id}}" class="post-header">{{#if heading}}{{heading}}{{else}}Untitiled announcement{{/if}}</a></div>
<div class="post-details">Posted by <img class="post-author-avatar" src="https://mc-heads.net/avatar/{{#if author}}{{author}}{{else}}d3c47f6f-ae3a-45c1-ad7c-e2c762b03ae6{{/if}}?size=12&overlay"> {{#if author}}<a href="https://mcresourcepile.github.io/staff" id="author-name">{{author}}</a>{{else}}<span class="position-manager">ResourcePile</span>{{/if}} {{#if posted_on}}on {{posted_on}}{{/if}}</div>
<div class="post-details">Posted by <img class="post-author-avatar" src="https://mc-heads.net/avatar/{{#if author}}{{author}}{{else}}d3c47f6f-ae3a-45c1-ad7c-e2c762b03ae6{{/if}}" width="12px"> {{#if author}}<a href="https://mcresourcepile.github.io/staff" id="author-name">{{author}}</a>{{else}}<span class="position-manager">ResourcePile</span>{{/if}} {{#if posted_on}}on {{posted_on}}{{/if}}</div>
<div class="post-body">{{#markdown}}{{> ( lookup . 'id')}}{{/markdown}}</div>
{{#if buttons}}
<div class="post-links">
Expand Down

0 comments on commit 0487075

Please sign in to comment.