1
0
mirror of https://github.com/avinal/avinal.github.io.git synced 2026-07-04 07:40:09 +05:30

fix perf issues

Signed-off-by: Avinal Kumar <avinal.xlvii@gmail.com>

rh-pre-commit.version: 2.2.0
rh-pre-commit.check-secrets: ENABLED
This commit is contained in:
2024-03-31 12:08:01 +05:30
parent 31a90cd19c
commit 1e13894242
4 changed files with 19 additions and 19 deletions
+1 -5
View File
@@ -34,12 +34,10 @@
{{ end }}
<p> {{ .Summary | truncate 250 }}</p>
</a>
<a href="" target="_blank">
<span class="flex flex-wrap py-6 space-x-2">
<a class="px-3 py-1 m-1 rounded-sm hover:underline bg-pink-400 text-gray-900 font-bold" href="/posts/category/{{ .Params.Category }}">
{{ .Params.Category }}</a>
</span>
</a>
</div>
</div>
{{ end }}
@@ -67,16 +65,14 @@
<p> {{ .Summary | truncate 150 }}</p>
</a>
<a href="" target="_blank">
<span class="flex flex-wrap py-6 space-x-2">
<a class="px-3 py-1 m-1 rounded-sm hover:underline bg-pink-400 text-gray-900 font-bold" href="/posts/category/{{ .Params.Category }}">
{{ .Params.Category }}</a>
</span>
</a>
</div>
</div>
{{ end }}
</div>
</div>
</section>
{{ end }}
{{ end }}