jk.nipponalba.scot website https://jk.nipponalba.scot
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

23 lines
1.2 KiB

5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
  1. <div class="sidebar">
  2. <img src="{{ .Site.Params.siteLogo | absURL }}" alt="nipponalba logo" id="logo">
  3. <div class="logo-title">
  4. <div class="title h-card p-author">
  5. <img class="u-photo" src="/images/profile.jpg" alt="profile picture">
  6. <h3 title=""><a rel="author" class="p-name u-url u-uid" rel="me" href="https://jk.nipponalba.scot">{{ .Site.Params.Title }}</a></h3>
  7. <div class="description">
  8. <p class="p-note">{{ .Site.Params.description }}</p>
  9. </div>
  10. </div>
  11. </div>
  12. <ul class="social-links">
  13. {{ range $item := .Site.Params.socialIcons }}
  14. <a href="{{ $item.url | safeURL }}" rel="me" >
  15. <i class="fa {{ $item.icon }}" aria-hidden="true" title="{{ $item.title }}"></i>
  16. </a>
  17. {{ end }}
  18. </ul>
  19. <div class="footer">
  20. <div class="by_farbox">&copy; {{ 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/>
  21. Made with ❤ and <a href="https://gohugo.io/">Hugo</a> by {{ .Site.Params.author }} </div>
  22. </div>
  23. </div>