|
|
@ -3,7 +3,7 @@ |
|
|
|
<section class="profile title h-card p-author"> |
|
|
|
<section class="profile-left"><img class="u-photo" src="/images/profile.jpg" alt="profile picture"></section> |
|
|
|
<section class="profile-right"> |
|
|
|
<a rel="author" class="title p-name u-url u-uid" rel="me" href="https://jk.nipponalba.scot">{{ .Site.Params.Title }}</a><br/> |
|
|
|
<a rel="author" class="title p-name u-url u-uid" rel="me" href="https://jk.nipponalba.scot">{{ .Site.Params.Author }}</a><br/> |
|
|
|
<ul class="social-links"> |
|
|
|
{{ range $item := .Site.Params.socialIcons }} |
|
|
|
<a href="{{ $item.url | safeURL }}" rel="me" > |
|
|
|