Remove assets URL as it's not used
This commit is contained in:
parent
db29e71760
commit
69ca351f6e
14 changed files with 42 additions and 42 deletions
|
@ -6,7 +6,7 @@
|
|||
<div class="mt-4">
|
||||
<div class="flex space-x-4">
|
||||
<div class="flex flex-col flex-shrink-0 justify-start">
|
||||
<img src="{{ site.assets.url }}/assets/images/social-avatar.jpg" alt="Picture of Oliver" class="my-0 w-16 h-16 rounded-full ring-[3px] ring-blue-primary dark:ring-white">
|
||||
<img src="/assets/images/social-avatar.jpg" alt="Picture of Oliver" class="my-0 w-16 h-16 rounded-full ring-[3px] ring-blue-primary dark:ring-white">
|
||||
</div>
|
||||
|
||||
<div class="{{ site.prose_classes }}">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue