summaryrefslogblamecommitdiffstats
path: root/_build/themes/ninenines/layouts/partials/copyright.html
blob: a09605f1915339199ec5d976403fdc3919848bab (plain) (tree)
1
2
3
4
5
6
7
8
9








                                                                                                                     
<div class="pure-g">
  <div class="small-print pure-u-1 pure-u-md-1-1">
    <small>{{ .Site.Copyright | safeHTML }}</small>
  </div>
  <div class="small-print pure-u-1 pure-u-md-1-1">
    <small>Built with&nbsp;<a href="https://gohugo.io/" target="_blank">Hugo</a></small>
    <small>Theme&nbsp;<a href="https://github.com/yoshiharuyamashita/blackburn" target="_blank">Blackburn</a></small>
  </div>
</div>