|
|
@ -2,8 +2,8 @@ |
|
|
|
<img src="{{ .Site.Params.siteLogo | absURL }}" alt="nipponalba logo" id="logo"> |
|
|
|
<div class="logo-title"> |
|
|
|
<div class="title h-card p-author"> |
|
|
|
<img class="u-photo" src="/images/profile.jpg" alt="profile picture"> |
|
|
|
<h3 title=""><a rel="author" class="p-name u-url u-uid" rel="me" href="https://jk.nipponalba.scot">{{ .Site.Params.Title }}</a></h3> |
|
|
|
<img class="u-photo" src="/images/profile.jpg" alt="profile picture"> |
|
|
|
<ul class="social-links"> |
|
|
|
{{ range $item := .Site.Params.socialIcons }} |
|
|
|
<a href="{{ $item.url | safeURL }}" rel="me" > |
|
|
|