@eshanized updated the Website!!!

This commit is contained in:
Eshan Roy (Eshanized)
2024-04-26 11:33:20 +05:30
parent 973a7ff409
commit 0443272a3b
2 changed files with 4 additions and 4 deletions

View File

@@ -7,8 +7,8 @@
<img
class="mx-auto mb-6 rounded"
alt="{{ .Title }}"
height="120"
width="120"
height="250"
width="250"
src="https://www.gravatar.com/avatar/{{ md5 .Params.email }}?s=128&pg&d=identicon" />
{{ end }}
<h4 class="mb-3">

View File

@@ -13,11 +13,11 @@
<ul class="mb-4">
<li class="mr-4 inline-block">
<a href="{{ `authors/` | relLangURL }}{{ .Params.Author | urlize }}/">
<i class="fa-regular fa-user-tag mr-2"></i>{{ .Params.author }}
<i class="fa-regular fa-user mr-2"></i>{{ .Params.author }}
</a>
</li>
<li class="mr-4 inline-block">
<i class="fa-regular fa-layer-group mr-1"></i>
<i class="fa-regular fa-folder mr-1"></i>
{{ range $i,$p:= $categories }}
<a
href="{{ `categories/` | relLangURL }}{{ . | urlize | lower }}/"