Skip to content

Commit

Permalink
Space social icons a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
Ozaq committed Oct 20, 2023
1 parent 093ac55 commit e4267a8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions layouts/shortcodes/authors.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ <h2 id="{{ $author_id }}" style="scroll-margin-top: 5rem">{{ $author }} </h2>
{{ $icon | safeHTML }}
</span>
</a>
&nbsp;
{{ end }}
{{ if .social.email }}
<a href="mailto:{{ .social.email }}" style="color: inherit; text-decoration: none">
Expand All @@ -24,6 +25,7 @@ <h2 id="{{ $author_id }}" style="scroll-margin-top: 5rem">{{ $author }} </h2>
{{ $icon | safeHTML }}
</span>
</a>
&nbsp;
{{ end }}
{{ if .social.orcid }}
<a href="{{ .social.orcid }}" style="color: inherit; text-decoration: none">
Expand All @@ -33,6 +35,7 @@ <h2 id="{{ $author_id }}" style="scroll-margin-top: 5rem">{{ $author }} </h2>
{{ $icon | safeHTML }}
</span>
</a>
&nbsp;
{{ end }}
{{ if .social.github }}
<a href="{{ .social.github }}" style="color: inherit; text-decoration: none">
Expand All @@ -42,6 +45,7 @@ <h2 id="{{ $author_id }}" style="scroll-margin-top: 5rem">{{ $author }} </h2>
{{ $icon | safeHTML }}
</span>
</a>
&nbsp;
{{ end }}
{{ if .social.linkedin }}
<a href="{{ .social.linkedin }}" style="color: inherit; text-decoration: none">
Expand All @@ -51,6 +55,7 @@ <h2 id="{{ $author_id }}" style="scroll-margin-top: 5rem">{{ $author }} </h2>
{{ $icon | safeHTML }}
</span>
</a>
&nbsp;
{{ end }}
</p>
{{ end }}
Expand Down

0 comments on commit e4267a8

Please sign in to comment.