|
@ -4,11 +4,6 @@ |
|
|
<div class="title h-card p-author"> |
|
|
<div class="title h-card p-author"> |
|
|
<img class="u-photo" src="/images/profile.jpg" alt="profile picture"> |
|
|
<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> |
|
|
<h3 title=""><a rel="author" class="p-name u-url u-uid" rel="me" href="https://jk.nipponalba.scot">{{ .Site.Params.Title }}</a></h3> |
|
|
<div class="description"> |
|
|
|
|
|
<p class="p-note">{{ .Site.Params.description }}</p> |
|
|
|
|
|
</div> |
|
|
|
|
|
</div> |
|
|
|
|
|
</div> |
|
|
|
|
|
<ul class="social-links"> |
|
|
<ul class="social-links"> |
|
|
{{ range $item := .Site.Params.socialIcons }} |
|
|
{{ range $item := .Site.Params.socialIcons }} |
|
|
<a href="{{ $item.url | safeURL }}" rel="me" > |
|
|
<a href="{{ $item.url | safeURL }}" rel="me" > |
|
@ -16,6 +11,11 @@ |
|
|
</a> |
|
|
</a> |
|
|
{{ end }} |
|
|
{{ end }} |
|
|
</ul> |
|
|
</ul> |
|
|
|
|
|
<div class="description"> |
|
|
|
|
|
<p class="p-note">{{ .Site.Params.description }}</p> |
|
|
|
|
|
</div> |
|
|
|
|
|
</div> |
|
|
|
|
|
</div> |
|
|
<div class="footer"> |
|
|
<div class="footer"> |
|
|
<div class="by_farbox">© {{ now.Format "2006"}} | <a href="https://creativecommons.org/licenses/by/4.0/" target="_blank">CC-BY 4.0</a> | <a href="/post/index.xml"><i class="fa fa-rss fa-fw" aria-hidden="true" title="Blog RSS feed"></i></a><br/> |
|
|
<div class="by_farbox">© {{ now.Format "2006"}} | <a href="https://creativecommons.org/licenses/by/4.0/" target="_blank">CC-BY 4.0</a> | <a href="/post/index.xml"><i class="fa fa-rss fa-fw" aria-hidden="true" title="Blog RSS feed"></i></a><br/> |
|
|
Made with ❤ and <a href="https://gohugo.io/">Hugo</a> by {{ .Site.Params.author }} </div> |
|
|
Made with ❤ and <a href="https://gohugo.io/">Hugo</a> by {{ .Site.Params.author }} </div> |
|
|