Skip to content

Commit

Permalink
feat: favicon api
Browse files Browse the repository at this point in the history
Signed-off-by: Charles Chin <[email protected]>
  • Loading branch information
eallion committed Dec 30, 2024
1 parent 6eacb7c commit e05a800
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/_default/links.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ <h1 class="mt-0 text-4xl font-extrabold text-neutral-900 dark:text-neutral">
</div>
<div class="my-4 mr-4 ml-24">
<div class="flex items-center overflow-hidden whitespace-nowrap text-ellipsis">
<span class="w-4 h-4 mr-1"><img class="lazy nozoom mt-0 mb-0 rounded-full" alt src="/assets/images/friends/favicon/{{- $url | base64Encode -}}.png"></span>
<span class="w-4 h-4 mr-1"><img class="lazy nozoom mt-0 mb-0 rounded-full" alt src="https://api.eallion.com/favicon?client=SOCIAL&type=FAVICON&fallback_opts=TYPE,SIZE,URL&size=16&url={{- $url -}}"></span>
<i class="not-italic">{{- $name -}}</i>
</div>
<p class="overflow-hidden whitespace-nowrap text-ellipsis text-neutral-700 mt-0 mb-0 dark:text-neutral-300">{{- $bio -}}</p>
Expand Down

0 comments on commit e05a800

Please sign in to comment.