update about, contact, author-social, and remove search page

This commit is contained in:
somrat sorkar
2023-07-31 09:41:53 +06:00
parent 2e9a23387f
commit 8b50622a2b
17 changed files with 196 additions and 211 deletions

View File

@@ -18,24 +18,11 @@
{{ .Summary }}
</p>
<ul class="social-icons">
{{ if .Params.social.facebook }}
{{ range .Params.social }}
<li>
<a href="{{ . | safeURL }}" target="_blank" rel="noopener nofollow">
<i class="fa-brands fa-facebook-f"></i>
</a>
</li>
{{ end }}
{{ if .Params.social.twitter }}
<li>
<a href="{{ . | safeURL }}" target="_blank" rel="noopener nofollow">
<i class="fa-brands fa-twitter"></i>
</a>
</li>
{{ end }}
{{ if .Params.social.instagram }}
<li>
<a href="{{ . | safeURL }}" target="_blank" rel="noopener nofollow">
<i class="fa-brands fa-instagram"></i>
<a href="{{ .link | safeURL }}" target="_blank" rel="noopener nofollow">
<span class="sr-only">{{ .title }}</span>
<i class="{{ .icon }}"></i>
</a>
</li>
{{ end }}