update about, contact, author-social, and remove search page
This commit is contained in:
@@ -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 }}
|
||||
|
Reference in New Issue
Block a user